Overview

Namespaces

  • Autarky
    • Config
      • Loaders
    • Console
    • Container
      • Exception
      • Factory
      • Proxy
    • Database
    • Errors
    • Events
    • Files
    • Http
    • Logging
    • Providers
    • Routing
      • Events
    • Testing
    • TwigTemplating
      • Extensions
    • Utils

Exceptions

  • ContainerException
  • NotInstantiableException
  • ResolvingException
  • ResolvingInternalException
  • UnresolvableArgumentException
  • Overview
  • Namespace
  • Class

Namespace Autarky\Container\Exception

Exceptions summary
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.

Autarky Framework API documentation generated by ApiGen