pocketmine/errorhandler

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Maintainers

Package info

github.com/pmmp/ErrorHandler

pkg:composer/pocketmine/errorhandler

Transparency log

Statistics

Installs: 568 406

Dependents: 10

Suggesters: 0

Stars: 5

Open Issues: 2

0.7.1 2025-12-24 02:26 UTC

This package is auto-updated.

Last update: 2026-08-24 04:13:06 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.