Name | Description |
---|---|
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. |
Name | Description |
---|---|
DefaultErrorHandler | The default default error handler. Returns a whoops error screen if the filp/whoops package is installed, otherwise a simple symfony error screen. |
ErrorHandlerManager | Manager that can handle exceptions as well as keep track of multiple other exception handlers. |
ErrorHandlerProvider | Provides error handling. |
HandlerResolver | Class for resolving error handlers. |
StubErrorHandler | Stub error handler that simply re-throws the exceptions given. |