Skip to content

0.4.0

Compare
Choose a tag to compare
@dktapps dktapps released this 16 Dec 18:18
· 33 commits to master since this release
5bb9e2b

Changes since 0.3.0

  • Added ErrorToExceptionHandler::trap(). This accepts a callable which may generate an E_* error and converts it into an ErrorException. This can be used to avoid assumptions about global error handler state.