Skip to content

0.4.0

Choose a tag to compare

@dktapps dktapps released this 16 Dec 18:18
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.