Namespace Autarky\Errors
| ErrorHandlerManager | Manager that can handle exceptions as well as keep track of multiple other exception handlers. |
| ErrorHandlerProvider | Provides error handling. |
| StubErrorHandler | Stub error handler that simply re-throws the exceptions given. |
| ErrorHandlerInterface | Class that can handle exceptions. |
| ErrorHandlerManagerInterface | The framework's error handler that takes care of caught and uncaught exceptions as well as fatal PHP errors. |