yireo / magento2-whoops

yireo/magento2-whoops

Magento 2 module adding Whoops error handling

  • Jisse Reitsma (Yireo)
magento2-module QA: failed OSL-3
Viewing version 0.0.2. Latest version is 0.2.5. Switch to latest

Magento 2 module for Whoops

================================
This module adds Whoops error handling to Magento 2.

Requirements:

  • Magento 2.0.0 Stable or higher

We recommend composer to install this package. However, if you want a manual copy instead, these are the steps:

  • Upload the files in the source/ folder to the folder app/code/Yireo/Whoops of your site
  • Run php -f bin/magento module:enable Yireo_Whoops
  • Run php -f bin/magento setup:upgrade
  • Flush the Magento cache
  • Done

Overview

This module replaces the default error and exception handling of Magento 2, and replaces it with Whoops.
If you want to know what Whoops is, check out their site.

Usage

There is no usage. This module replaces the default Magento\Framework\App\Http class with its own and then adds in Whoops. This means that whenever an exception or error is not caught in the code, it will be outputted using Whoops.

You can test for this yourself by adding some dummy code somewhere in Magento 2:

trigger_error('test');

or:

throw new RuntimeException('test');

That's how we tested things.

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Released
0.2.5 stable Fail 2026-06-01 17:54:34
0.2.4 stable Fail 2025-04-17 09:32:00
0.2.3 stable Not tested 2025-04-17 09:06:02
0.2.2 stable Not tested 2024-09-12 13:08:45
0.2.1 stable Not tested 2024-09-12 13:07:52
0.2.0 stable Not tested 2022-06-12 07:44:14
0.1.4 stable Not tested 2022-04-14 14:02:30
0.1.3 stable Not tested 2020-07-29 09:46:25
0.1.2 stable Not tested 2020-04-07 17:31:40
0.1.1 stable Not tested 2020-02-06 15:24:26
0.1.0 stable Not tested 2019-10-14 14:56:21
0.0.11 stable Not tested 2019-04-05 17:42:03
0.0.10 stable Not tested 2018-07-07 08:27:20
0.0.9 stable Not tested 2018-05-09 11:21:18
0.0.8 stable Not tested 2018-02-23 07:14:50
0.0.7 stable Not tested 2017-11-27 16:55:51
0.0.6 stable Not tested 2017-08-25 11:20:18
0.0.5 stable Not tested 2017-08-25 10:48:15
0.0.4 stable Not tested 2017-08-25 10:44:12
0.0.3 stable Not tested 2016-08-26 13:45:04
0.0.2 stable Not tested 2016-08-05 17:15:48
0.0.1 stable Not tested 2016-08-05 12:06:43

Requires 4

Package Constraint
filp/whoops ^2.1
magento/framework ^102.0|^103.0
magento/module-backend ^102.0
magento/module-config ^101.2

No QA results yet

QA pipelines haven't run for this version. Status appears here once the vendor publishes a tagged release that gets ingested.

License
OSL-3
Homepage
git remote add origin [email protected]:yireo/Yireo_Whoops.git
Authors
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.