0.6.0
Changes since 0.5.0
ErrorToExceptionHandler::trap()
andtrapAndRemoveFalse()
are no longer affected by the@
operator orerror_reporting()
.trap()
andtrapAndRemoveFalse()
now accept an optional$levels
parameter (by defaultE_WARNING | E_NOTICE
). Only error types that match this parameter will cause an exception to be thrown.