whoops/phalcon

Whoops provider for Phalcon

v2.0.0 2015-12-20 17:52 UTC

This package is auto-updated.

Last update: 2024-03-10 07:01:39 UTC


README

The provider uses the default Phalcon DI unless you pass a DI instance into the constructor.

new Whoops\Provider\Phalcon\WhoopsServiceProvider();

// --- or ---

$di = new Phalcon\DI\FactoryDefault();
new Whoops\Provider\Phalcon\WhoopsServiceProvider($di);