indigophp / fuel-whoops
This package is abandoned and no longer maintained.
No replacement package was suggested.
Whoops! integration replacing the core error/exception handler
dev-develop
2014-10-09 09:08 UTC
Requires
- composer/installers: ~1.0
- filp/whoops: ~1.1.0
Requires (Dev)
- codeception/codeception: ~2.0.0
This package is auto-updated.
Last update: 2021-11-24 09:12:21 UTC
README
This package is a wrapper around filp/whoops package.
Install
Via Composer
{
"require": {
"indigophp/fuel-whoops": "@stable"
}
}
Usage
Load the whoops package before any package that might throw an exception to ensure that Error and PhpErrorException classes are not loaded.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.