namespace Symfony\Component\DependencyInjection\Exception

Classsort descending Location Description
BadMethodCallException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/BadMethodCallException.php Base BadMethodCallException for Dependency Injection component.
ExceptionInterface drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php Base ExceptionInterface for Dependency Injection component.
InactiveScopeException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php This exception is thrown when you try to create a service of an inactive scope.
InvalidArgumentException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php Base InvalidArgumentException for Dependency Injection component.
LogicException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/LogicException.php Base LogicException for Dependency Injection component.
OutOfBoundsException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/OutOfBoundsException.php Base OutOfBoundsException for Dependency Injection component.
ParameterCircularReferenceException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php This exception is thrown when a circular reference in a parameter is detected.
ParameterNotFoundException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php This exception is thrown when a non-existent parameter is used.
RuntimeException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/RuntimeException.php Base RuntimeException for Dependency Injection component.
ScopeCrossingInjectionException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php This exception is thrown when the a scope crossing injection is detected.
ScopeWideningInjectionException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php Thrown when a scope widening injection is detected.
ServiceCircularReferenceException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php This exception is thrown when a circular reference is detected.
ServiceNotFoundException drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php This exception is thrown when a non-existent service is requested.