Namespace Autarky\Container\Exception
| ContainerException | Generic exception for exceptions thrown by the container. |
| NotInstantiableException | Exception that is thrown when one tries to resolve a class that cannot be instantiated. |
| ResolvingException | Generic exception that is thrown when trying to resolve classes out of the container. |
| ResolvingInternalException | Exception that is thrown when one tries to resolve a class that is defined as internal. |
| UnresolvableArgumentException | Exception that is thrown when an argument to a method that the container needs to invoke, cannot be resolved. |