pmmp / ErrorHandler

Basic utilities to make nasty PHP E_* errors more usable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ErrorHandler

CI

This library contains some small utilities intended to make PHP's E_* errors more bearable.

  • ErrorToExceptionHandler contains a basic error handler used to convert E_* errors into thrown \ErrorExceptions.
  • ErrorTypeToStringMap contains a utility to convert E_* codes into human-readable text.

About

Basic utilities to make nasty PHP E_* errors more usable

License:GNU Lesser General Public License v3.0


Languages

Language:PHP 100.0%