ride/wba-exception

Error reporting for uncaught exceptions of the Ride framework

2.4.2 2018-04-26 08:51 UTC

This package is auto-updated.

Last update: 2024-04-12 23:29:40 UTC


README

This module listens to the exception event and shows an error page when the user received an uncaught exception. On this page, the user can add a description and submit the error report to the webmaster.

You can set a route with id exception.<locale> where locale is the locale code of a localized error page. This page will not have the error submission form.

Parameters

  • system.exception.finish.%locale%: Route id for a localized finish/thank you page
  • system.exception.finish: Route id for the generic finish/thank you page
  • system.exception.form: Set to false to omit the comment form
  • system.exception.path: Path to the directory where the error reports will be written. (defaults to application/data/log/exception)
  • system.exception.recipient: Email address of the recipient for the error reporting mails
  • system.exception.subject: Subject for the error reporting mails. You can use the %id% variable for the id of the error report.

Related Modules

Installation

You can use Composer to install this application.

composer require ride/wba-exception