Skip to content

0.6.0

Compare
Choose a tag to compare
@dktapps dktapps released this 28 Feb 14:01
· 25 commits to master since this release
dae214a

Changes since 0.5.0

  • ErrorToExceptionHandler::trap() and trapAndRemoveFalse() are no longer affected by the @ operator or error_reporting().
  • trap() and trapAndRemoveFalse() now accept an optional $levels parameter (by default E_WARNING | E_NOTICE). Only error types that match this parameter will cause an exception to be thrown.