camelot/thrower
Static class to catch & rethrow PHP errors.
Maintainers
v1.1.0
2021-08-23 09:24 UTC
Requires
- php: ^7.1.3 || ^8.0
Requires (Dev)
- camelot/coding-style: ^3.0
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^7.5 || ^8.3 || ^9.5
- symfony/phpunit-bridge: ^4.3 || ^5.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 694bf238b04d4c836b2170d72fe65832d83033b8
- Carson Full <carsonfull.woop@gmail.com>
- Gawain Lynch <gawain.lynch.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-23 19:37:26 UTC
README
This library provides utility functions to help simplify menial tasks.
The Camelot team believes the PHP error reporting system is a mistake. Many built-in functions utilize it, leading to inconsistent results and head scratching.
This library provides some wrappers around some of these functions. Our code should always throw exceptions instead of triggering errors/warnings/notices (excluding deprecation warnings).
