Symfony\Component\DependencyInjection\Exception

Classes

BadMethodCallException Base BadMethodCallException for Dependency Injection component.
InactiveScopeException This exception is thrown when you try to create a service of an inactive scope.
InvalidArgumentException Base InvalidArgumentException for Dependency Injection component.
LogicException Base LogicException for Dependency Injection component.
OutOfBoundsException Base OutOfBoundsException for Dependency Injection component.
ParameterCircularReferenceException This exception is thrown when a circular reference in a parameter is detected.
ParameterNotFoundException This exception is thrown when a non-existent parameter is used.
RuntimeException Base RuntimeException for Dependency Injection component.
ScopeCrossingInjectionException This exception is thrown when the a scope crossing injection is detected.
ScopeWideningInjectionException Thrown when a scope widening injection is detected.
ServiceCircularReferenceException This exception is thrown when a circular reference is detected.
ServiceNotFoundException This exception is thrown when a non-existent service is requested.

Interfaces

ExceptionInterface Base ExceptionInterface for Dependency Injection component.

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/DependencyInjection/Exception.html