namespace Psr\Container
Object name | File name | Summary |
---|---|---|
ContainerExceptionInterface | vendor/psr/container/src/ContainerExceptionInterface.php | Base interface representing a generic exception in a container. |
ContainerInterface | vendor/psr/container/src/ContainerInterface.php | Describes the interface of a container that exposes methods to read its entries. |
NotFoundExceptionInterface | vendor/psr/container/src/NotFoundExceptionInterface.php | No entry was found in the container. |