Symfony\Component\DependencyInjection\Exception
Classes
Base BadMethodCallException for Dependency Injection component.
This exception is thrown when an environment variable is not found.
This exception wraps exceptions whose messages contain a reference to an env parameter.
Base InvalidArgumentException for Dependency Injection component.
Thrown when trying to inject a parameter into a constructor/method with an incompatible type.
Base LogicException for Dependency Injection component.
Base OutOfBoundsException for Dependency Injection component.
Base RuntimeException for Dependency Injection component.
Interfaces
Base ExceptionInterface for Dependency Injection component.