Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
wordpress-seo
/
vendor_prefixed
/
psr
/
container
/
src
:
ContainerExceptionInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file) */ namespace YoastSEO_Vendor\Psr\Container; /** * Base interface representing a generic exception in a container. */ interface ContainerExceptionInterface { }