Skip to content

Releases: bkdotcom/ErrorHandler

v3.3.3

05 Jul 21:13
Compare
Choose a tag to compare

maintenance release

v3.3.2

18 Dec 04:54
Compare
Choose a tag to compare

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

29 Sep 18:38
Compare
Choose a tag to compare

Maintenance release.
Bump Backtrace & PubSub dependencies

v3.3

16 Jul 20:22
Compare
Choose a tag to compare
  • PubSub 3.0
  • coding standards and maintenance

v3.2

21 Mar 14:27
Compare
Choose a tag to compare
  • new Plugin namespace
  • added AbstractComponent & AbstractErrorHandler
  • now unit-tested on php 5.4 - 8.2

v3.1

26 Apr 20:33
Compare
Choose a tag to compare

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

21 May 20:35
Compare
Choose a tag to compare

introduces Error object
uses bdk\Backtrace utility

v2.3.1

08 Jan 19:56
Compare
Choose a tag to compare

bug fix : ErrorEmailer::isCli() false positive

v2.3

03 Jan 17:25
Compare
Choose a tag to compare

initial stand-alone version