interface ContainerExceptionInterface
Base interface representing a generic exception in a container.
Hierarchy
- interface \Psr\Container\ContainerExceptionInterface extends \Throwable
Expanded class hierarchy of ContainerExceptionInterface
All classes that implement ContainerExceptionInterface
4 files declare their use of ContainerExceptionInterface
- ExceptionInterface.php in vendor/
symfony/ dependency-injection/ Exception/ ExceptionInterface.php - ServiceLocator.php in vendor/
symfony/ dependency-injection/ ServiceLocator.php - ServiceLocatorTestCase.php in vendor/
symfony/ service-contracts/ Test/ ServiceLocatorTestCase.php - ServiceLocatorTrait.php in vendor/
symfony/ service-contracts/ ServiceLocatorTrait.php
File
-
vendor/
psr/ container/ src/ ContainerExceptionInterface.php, line 10
Namespace
Psr\ContainerView source
interface ContainerExceptionInterface extends Throwable {
}