index
:
error-handler
master
origin/HEAD
origin/master
origin/non-psr-7
origin/scrutinizer-patch-1
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Test chaining error handle
Arnold Daniels
8 years
origin/HEAD
Test chaining error handle
Arnold Daniels
8 years
origin/master
Test chaining error handle
Arnold Daniels
8 years
origin/non-psr-7
Fixed middleware tests
Arnold Daniels
9 years
origin/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Scrutinizer Auto-Fixer
9 years
Tag
Download
Author
Age
v0.2.0
error-handler-0.2.0.zip
error-handler-0.2.0.tar.gz
error-handler-0.2.0.tar.bz2
Arnold Daniels
8 years
v0.1.1
error-handler-0.1.1.zip
error-handler-0.1.1.tar.gz
error-handler-0.1.1.tar.bz2
Arnold Daniels
8 years
v0.1.0
error-handler-0.1.0.zip
error-handler-0.1.0.tar.gz
error-handler-0.1.0.tar.bz2
Arnold Daniels
8 years
Age
Commit message
Author
Files
Lines
2017-01-25
Test chaining error handle
HEAD
v0.2.0
origin/master
origin/HEAD
master
Arnold Daniels
1
-6
/
+20
2017-01-25
Check if response implements `Jasny\GlobalEnvironmentInterface` rather than a...
Arnold Daniels
4
-10
/
+45
2017-01-24
Scrutinized code
Arnold Daniels
6
-6
/
+29
2017-01-24
Added ErrorHandlerInterface
Arnold Daniels
2
-2
/
+32
2017-01-24
7c20f113e4990d88e3091a8a02c51f1ccd2f8fee
Arnold Daniels
1
-1
/
+1
2017-01-24
Revive Jasny HTTP message Response objects before outputting to them
Arnold Daniels
1
-1
/
+6
2017-01-03
Don't use logErrorTypes property in traits, but use getLoggedErrorTypes()
v0.1.1
Arnold Daniels
3
-3
/
+17
2017-01-03
Split up ErrorHandler class into traits
Arnold Daniels
6
-319
/
+467
2017-01-03
Minor fix
Arnold Daniels
1
-1
/
+2
2017-01-03
Set protocol version in error response
Arnold Daniels
2
-1
/
+11
2017-01-03
Update README.md
Arnold Daniels
1
-13
/
+16
2016-11-21
Merge pull request #2 from jasny/non-psr-7
v0.1.0
Arnold Daniels
8
-413
/
+862
2016-10-29
Fixed middleware tests
origin/non-psr-7
Arnold Daniels
3
-16
/
+56
2016-10-29
Error handler for uncaught execptions
Arnold Daniels
2
-31
/
+209
2016-10-28
Make using Error Handler as PSR-7 middleware optional
Arnold Daniels
8
-407
/
+638
2016-10-28
Merge pull request #1 from jasny/scrutinizer-patch-1
Arnold Daniels
1
-6
/
+5
2016-10-27
Scrutinizer Auto-Fixes
origin/scrutinizer-patch-1
Scrutinizer Auto-Fixer
1
-6
/
+5
2016-10-28
Added `onFatalError` method
Arnold Daniels
2
-11
/
+101
2016-10-27
Renamed `errorHandler()` to `handleError()`
Arnold Daniels
2
-9
/
+9
2016-10-27
Added tests + fixes for `errorHandler()` and `shutdownFunction()` method
Arnold Daniels
2
-29
/
+137
2016-10-27
Impl + test for `convertErrorsToExceptions()`
Arnold Daniels
1
-12
/
+40
2016-10-27
Implemented `alsoLog()`
Arnold Daniels
3
-5
/
+363
2016-10-27
Send 2 coverage reports.
Arnold Daniels
2
-2
/
+8
2016-10-26
will work with php 5.6
Arnold Daniels
1
-1
/
+1
2016-10-26
Initial version
Arnold Daniels
7
-10
/
+495
[...]