0.4.0
Changes since 0.3.0
- Added
ErrorToExceptionHandler::trap()
. This accepts a callable which may generate an E_* error and converts it into anErrorException
. This can be used to avoid assumptions about global error handler state.
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.