interface NotFoundExceptionInterface
No entry was found in the container.
Hierarchy
- interface \Psr\Container\ContainerExceptionInterface extends \Throwable
- interface \Psr\Container\NotFoundExceptionInterface extends \Psr\Container\ContainerExceptionInterface
Expanded class hierarchy of NotFoundExceptionInterface
All classes that implement NotFoundExceptionInterface
6 files declare their use of NotFoundExceptionInterface
- EmptyParameterValueException.php in vendor/
symfony/ dependency-injection/ Exception/ EmptyParameterValueException.php - ParameterNotFoundException.php in vendor/
symfony/ dependency-injection/ Exception/ ParameterNotFoundException.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/ NotFoundExceptionInterface.php, line 8
Namespace
Psr\ContainerView source
interface NotFoundExceptionInterface extends ContainerExceptionInterface {
}