Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test chaining error handleHEADv0.2.0origin/masterorigin/HEADmaster | Arnold Daniels | 2017-01-25 | 1 | -6/+20 |
| | |||||
* | Split up ErrorHandler class into traits | Arnold Daniels | 2017-01-03 | 1 | -1/+5 |
| | |||||
* | Fixed middleware testsorigin/non-psr-7 | Arnold Daniels | 2016-10-29 | 1 | -3/+8 |
| | |||||
* | Error handler for uncaught execptions | Arnold Daniels | 2016-10-29 | 1 | -12/+176 |
| | |||||
* | Make using Error Handler as PSR-7 middleware optional | Arnold Daniels | 2016-10-28 | 1 | -147/+37 |
| | | | | Allow handling uncaught Exceptions (WIP) | ||||
* | Added `onFatalError` method | Arnold Daniels | 2016-10-28 | 1 | -11/+61 |
| | | | | This allows you to set a callback for when the script dies because of a fatal error | ||||
* | Renamed `errorHandler()` to `handleError()` | Arnold Daniels | 2016-10-27 | 1 | -7/+7 |
| | | | | If the method is named the same as the class, php (still) sees it as a constructor | ||||
* | Added tests + fixes for `errorHandler()` and `shutdownFunction()` method | Arnold Daniels | 2016-10-27 | 1 | -24/+132 |
| | |||||
* | Impl + test for `convertErrorsToExceptions()` | Arnold Daniels | 2016-10-27 | 1 | -12/+40 |
| | |||||
* | Implemented `alsoLog()` | Arnold Daniels | 2016-10-27 | 1 | -0/+105 |
| | | | | | This will register a global error handler to log warnings and notices. This will register a shutdown function to log fatal errors. | ||||
* | Initial version | Arnold Daniels | 2016-10-26 | 1 | -0/+242 |
Includes: - Middleware catching exception and throwable errors - Logging |