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 |
| | |||||
* | 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 | 4 | -0/+443 |
| | |||||
* | Minor fix | Arnold Daniels | 2017-01-03 | 1 | -1/+2 |
| | |||||
* | Set protocol version in error response | Arnold Daniels | 2017-01-03 | 1 | -1/+2 |
| | |||||
* | Make using Error Handler as PSR-7 middleware optional | Arnold Daniels | 2016-10-28 | 3 | -0/+264 |
Allow handling uncaught Exceptions (WIP) |