pmmp/errorhandler

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

Maintainers

Package info

github.com/phpMine-MP/ErrorHandler

pkg:composer/pmmp/errorhandler

Transparency log

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

dev-master 2026-07-11 16:15 UTC

This package is auto-updated.

Last update: 2026-07-11 16:35:24 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.