pocketmine/errorhandler

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

0.7.0 2024-04-02 18:29 UTC

This package is auto-updated.

Last update: 2024-04-02 18:31:40 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.