Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test chaining error handleHEADv0.2.0origin/masterorigin/HEADmaster | Arnold Daniels | 2017-01-25 | 1 | -6/+20 |
| | |||||
* | Check if response implements `Jasny\GlobalEnvironmentInterface` rather than ↵ | Arnold Daniels | 2017-01-25 | 4 | -10/+45 |
| | | | | an implementation. | ||||
* | Scrutinized code | Arnold Daniels | 2017-01-24 | 6 | -6/+29 |
| | |||||
* | Added ErrorHandlerInterface | Arnold Daniels | 2017-01-24 | 2 | -2/+32 |
| | |||||
* | 7c20f113e4990d88e3091a8a02c51f1ccd2f8fee | Arnold Daniels | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | 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 | 6 | -319/+467 |
| | |||||
* | Minor fix | Arnold Daniels | 2017-01-03 | 1 | -1/+2 |
| | |||||
* | Set protocol version in error response | Arnold Daniels | 2017-01-03 | 2 | -1/+11 |
| | |||||
* | Update README.md | Arnold Daniels | 2017-01-03 | 1 | -13/+16 |
| | | | [skip ci] | ||||
* | Merge pull request #2 from jasny/non-psr-7v0.1.0 | Arnold Daniels | 2016-11-21 | 8 | -413/+862 |
|\ | | | | | Make using PSR-7 optional | ||||
| * | Fixed middleware testsorigin/non-psr-7 | Arnold Daniels | 2016-10-29 | 3 | -16/+56 |
| | | |||||
| * | Error handler for uncaught execptions | Arnold Daniels | 2016-10-29 | 2 | -31/+209 |
| | | |||||
| * | Make using Error Handler as PSR-7 middleware optional | Arnold Daniels | 2016-10-28 | 8 | -407/+638 |
|/ | | | | Allow handling uncaught Exceptions (WIP) | ||||
* | Merge pull request #1 from jasny/scrutinizer-patch-1 | Arnold Daniels | 2016-10-28 | 1 | -6/+5 |
|\ | | | | | Scrutinizer Auto-Fixes | ||||
| * | 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 | 2 | -11/+101 |
| | | | | 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 | 2 | -9/+9 |
| | | | | 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 | 2 | -29/+137 |
| | |||||
* | Impl + test for `convertErrorsToExceptions()` | Arnold Daniels | 2016-10-27 | 1 | -12/+40 |
| | |||||
* | Implemented `alsoLog()` | Arnold Daniels | 2016-10-27 | 3 | -5/+363 |
| | | | | | This will register a global error handler to log warnings and notices. This will register a shutdown function to log fatal errors. | ||||
* | Send 2 coverage reports. | Arnold Daniels | 2016-10-27 | 2 | -2/+8 |
| | |||||
* | will work with php 5.6 | Arnold Daniels | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | Initial version | Arnold Daniels | 2016-10-26 | 7 | -10/+495 |
| | | | | | | Includes: - Middleware catching exception and throwable errors - Logging | ||||
* | Prepare library | Arnold Daniels | 2016-10-25 | 5 | -2/+176 |
| | | | | | Written README Added project basics | ||||
* | Initial commit | Arnold Daniels | 2016-10-25 | 2 | -0/+23 |