Fatal
Component ID
1160482
Component name
Fatal
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This simple module simply provides a way to quickly create a variety of Drupal and PHP error types. It eventually needs to be turned into a mock module for core tests.
It can demonstrate:
- A PHP fatal (at /fatal)
- A Drupal fatal (PHP E_RECOVERABLE_ERROR) at /drupal_fatal
- A Drupal DBTNG Exception with its excellent reporting at /drupal_dbtng_fatal
- A Drupal nonfatal at /drupal_nonfatal
- A random exception at /drupal_exception
You should know already that this is for debugging our error reporting capabilities and should not be deployed on a real site.
