pocketmine/errorhandler

Utilities to handle nasty PHP E_* errors in a usable way

Maintainers

Package info

github.com/pmmp/ErrorHandler

pkg:composer/pocketmine/errorhandler

Statistics

Installs: 502 393

Dependents: 7

Suggesters: 0

Stars: 4

Open Issues: 2

0.7.1 2025-12-24 02:26 UTC

README

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.