You are here

namespace Symfony\Component\DependencyInjection\Exception in Service Container 7.2

Same name in other branches
  1. 7 Symfony\Component\DependencyInjection\Exception
Classsort descending Location Description
BadMethodCallException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/BadMethodCallException.php Base BadMethodCallException for Dependency Injection component.
ExceptionInterface modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php Base ExceptionInterface for Dependency Injection component.
InactiveScopeException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php This exception is thrown when you try to create a service of an inactive scope.
InvalidArgumentException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php Base InvalidArgumentException for Dependency Injection component.
LogicException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/LogicException.php Base LogicException for Dependency Injection component.
OutOfBoundsException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/OutOfBoundsException.php Base OutOfBoundsException for Dependency Injection component.
ParameterCircularReferenceException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php This exception is thrown when a circular reference in a parameter is detected.
ParameterNotFoundException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php This exception is thrown when a non-existent parameter is used.
RuntimeException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/RuntimeException.php Base RuntimeException for Dependency Injection component.
ScopeCrossingInjectionException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php This exception is thrown when the a scope crossing injection is detected.
ScopeWideningInjectionException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php Thrown when a scope widening injection is detected.
ServiceCircularReferenceException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php This exception is thrown when a circular reference is detected.
ServiceNotFoundException modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php This exception is thrown when a non-existent service is requested.