Releases: bkdotcom/ErrorHandler
Releases · bkdotcom/ErrorHandler
v3.3.2
Maintenance release
Error now contains 'evalLine' value
new ErrorHandler:: getFileAndLine()
method
ErrorHandler::handleException()
- check headers_sent()
before calling http_response_code(500)
v3.3.1
Maintenance release.
Bump Backtrace & PubSub dependencies
v3.3
- PubSub 3.0
- coding standards and maintenance
v3.2
- new Plugin namespace
- added AbstractComponent & AbstractErrorHandler
- now unit-tested on php 5.4 - 8.2
v3.1
new config options:
- 'errorThrow': bitmask: error types that should converted to ErrorException and thrown
- 'suppressNever' => E_ERROR | E_PARSE | E_RECOVERABLE_ERROR | E_USER_ERROR,
improved reporting of errors within anonymous class
EVENT_ERROR constant
category constants
ability to convert error to thrown exception / new Error::asException method
don't return trace for ParseError
v3.0
introduces Error object
uses bdk\Backtrace utility
v2.3.1
bug fix : ErrorEmailer::isCli() false positive
v2.3
initial stand-alone version