namespace Symfony\Component\DependencyInjection\Exception
Object name | File name | Summary |
---|---|---|
AutoconfigureFailedException | vendor/symfony/dependency-injection/Exception/AutoconfigureFailedException.php | |
AutowiringFailedException | vendor/symfony/dependency-injection/Exception/AutowiringFailedException.php | Thrown when a definition cannot be autowired. |
BadMethodCallException | vendor/symfony/dependency-injection/Exception/BadMethodCallException.php | Base BadMethodCallException for Dependency Injection component. |
EmptyParameterValueException | vendor/symfony/dependency-injection/Exception/EmptyParameterValueException.php | This exception is thrown when an existent parameter with an empty value is used. |
EnvNotFoundException | vendor/symfony/dependency-injection/Exception/EnvNotFoundException.php | This exception is thrown when an environment variable is not found. |
EnvParameterException | vendor/symfony/dependency-injection/Exception/EnvParameterException.php | This exception wraps exceptions whose messages contain a reference to an env parameter. |
ExceptionInterface | vendor/symfony/dependency-injection/Exception/ExceptionInterface.php | Base ExceptionInterface for Dependency Injection component. |
InvalidArgumentException | vendor/symfony/dependency-injection/Exception/InvalidArgumentException.php | Base InvalidArgumentException for Dependency Injection component. |
InvalidParameterTypeException | vendor/symfony/dependency-injection/Exception/InvalidParameterTypeException.php | Thrown when trying to inject a parameter into a constructor/method with an incompatible type. |
LogicException | vendor/symfony/dependency-injection/Exception/LogicException.php | Base LogicException for Dependency Injection component. |
OutOfBoundsException | vendor/symfony/dependency-injection/Exception/OutOfBoundsException.php | Base OutOfBoundsException for Dependency Injection component. |
ParameterCircularReferenceException | vendor/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php | This exception is thrown when a circular reference in a parameter is detected. |
ParameterNotFoundException | vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php | This exception is thrown when a non-existent parameter is used. |
RuntimeException | vendor/symfony/dependency-injection/Exception/RuntimeException.php | Base RuntimeException for Dependency Injection component. |
ServiceCircularReferenceException | vendor/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php | This exception is thrown when a circular reference is detected. |
ServiceNotFoundException | vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php | This exception is thrown when a non-existent service is requested. |