You are here

namespace Symfony\Component\DependencyInjection\Exception in Zircon Profile 8

Same name in other branches
  1. 8.0 Symfony\Component\DependencyInjection\Exception
Classsort descending Location Description
BadMethodCallException vendor/symfony/dependency-injection/Exception/BadMethodCallException.php Base BadMethodCallException for Dependency Injection component.
ExceptionInterface vendor/symfony/dependency-injection/Exception/ExceptionInterface.php Base ExceptionInterface for Dependency Injection component.
InactiveScopeException vendor/symfony/dependency-injection/Exception/InactiveScopeException.php This exception is thrown when you try to create a service of an inactive scope.
InvalidArgumentException vendor/symfony/dependency-injection/Exception/InvalidArgumentException.php Base InvalidArgumentException for Dependency Injection component.
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.
ScopeCrossingInjectionException vendor/symfony/dependency-injection/Exception/ScopeCrossingInjectionException.php This exception is thrown when the a scope crossing injection is detected.
ScopeWideningInjectionException vendor/symfony/dependency-injection/Exception/ScopeWideningInjectionException.php Thrown when a scope widening injection is detected.
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.