summaryrefslogtreecommitdiffstats
path: root/src/ErrorHandler
Commit message (Collapse)AuthorAgeFilesLines
* Check if response implements `Jasny\GlobalEnvironmentInterface` rather than ↵Arnold Daniels2017-01-251-2/+6
| | | | an implementation.
* Scrutinized codeArnold Daniels2017-01-246-6/+29
|
* Revive Jasny HTTP message Response objects before outputting to themArnold Daniels2017-01-241-1/+6
|
* Don't use logErrorTypes property in traits, but use getLoggedErrorTypes()v0.1.1Arnold Daniels2017-01-033-3/+17
|
* Split up ErrorHandler class into traitsArnold Daniels2017-01-034-0/+443
|
* Minor fixArnold Daniels2017-01-031-1/+2
|
* Set protocol version in error responseArnold Daniels2017-01-031-1/+2
|
* Make using Error Handler as PSR-7 middleware optionalArnold Daniels2016-10-283-0/+264
Allow handling uncaught Exceptions (WIP)