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

This package is auto-updated.

Last update: 2021-11-24 09:12:21 UTC


README

Latest Stable Version Total Downloads License Dependency Status

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.