Full-detail developer exception renderer for Quiote, built on filp/whoops. Only ever used when core.developer_exceptions is explicitly enabled.

Maintainers

Package info

github.com/quioteframework/whoops

Issues

pkg:composer/quioteframework/whoops

Transparency log

Statistics

Installs: 29

Dependents: 1

Suggesters: 1

Stars: 0

v4.0.0 2026-08-09 08:25 UTC

README

Full-detail developer exception renderer for Quiote, built on filp/whoops. Only ever used when core.developer_exceptions is explicitly enabled.

Install

composer require quioteframework/whoops

Enable

Add the plugin to your app's plugins config key:

'plugins' => [\Quiote\Exception\Rendering\Whoops\WhoopsPlugin::class],

...and set core.developer_exceptions to true in a development environment. Without either, exceptions render via the framework's generic SafeRenderer instead.

License

MIT. See LICENSE.