WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
vendor
/
psr
/
container
/
src
/
Name
Action
..
ContainerExceptionInterface.php
Edit
ContainerInterface.php
Edit
NotFoundExceptionInterface.php
Edit
Editing: ContainerExceptionInterface.php
<?php namespace Psr\Container; use Throwable; /** * Base interface representing a generic exception in a container. */ interface ContainerExceptionInterface extends Throwable { }