Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if response implements `Jasny\GlobalEnvironmentInterface` rather than ↵ | Arnold Daniels | 2017-01-25 | 1 | -2/+6 |
| | | | | an implementation. | ||||
* | Scrutinized code | Arnold Daniels | 2017-01-24 | 6 | -6/+29 |
| | |||||
* | Added ErrorHandlerInterface | Arnold Daniels | 2017-01-24 | 2 | -2/+32 |
| | |||||
* | Revive Jasny HTTP message Response objects before outputting to them | Arnold Daniels | 2017-01-24 | 1 | -1/+6 |
| | |||||
* | Don't use logErrorTypes property in traits, but use getLoggedErrorTypes()v0.1.1 | Arnold Daniels | 2017-01-03 | 3 | -3/+17 |
| | |||||
* | Split up ErrorHandler class into traits | Arnold Daniels | 2017-01-03 | 5 | -318/+462 |
| | |||||
* | Minor fix | Arnold Daniels | 2017-01-03 | 1 | -1/+2 |
| | |||||
* | Set protocol version in error response | Arnold Daniels | 2017-01-03 | 1 | -1/+2 |
| | |||||
* | Fixed middleware testsorigin/non-psr-7 | Arnold Daniels | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | Error handler for uncaught execptions | Arnold Daniels | 2016-10-29 | 1 | -19/+33 |
| | |||||
* | Make using Error Handler as PSR-7 middleware optional | Arnold Daniels | 2016-10-28 | 4 | -214/+402 |
| | | | | Allow handling uncaught Exceptions (WIP) | ||||
* | Scrutinizer Auto-Fixesorigin/scrutinizer-patch-1 | Scrutinizer Auto-Fixer | 2016-10-27 | 1 | -6/+5 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Added `onFatalError` method | Arnold Daniels | 2016-10-28 | 1 | -0/+40 |
| | | | | 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 | -2/+2 |
| | | | | 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 | -5/+5 |
| | |||||
* | Implemented `alsoLog()` | Arnold Daniels | 2016-10-27 | 1 | -4/+212 |
| | | | | | 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/+243 |
Includes: - Middleware catching exception and throwable errors - Logging |