pocketmine/errorhandler
Utilities to handle nasty PHP E_* errors in a usable way
0.7.1
2025-12-24 02:26 UTC
Requires
- php: ^8.0
Requires (Dev)
- phpstan/phpstan: 2.1.33
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^9.5 || ^10.0 || ^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
LGPL-3.0 84c9ec829163f21ced425d8f3b27d32f908e87fb
This package is auto-updated.
Last update: 2026-05-24 03:17:17 UTC
README
This library contains some small utilities intended to make PHP's E_* errors more bearable.
ErrorToExceptionHandlercontains a basic error handler used to convert E_* errors into thrown\ErrorExceptions.ErrorTypeToStringMapcontains a utility to convert E_* codes into human-readable text.
