ride / wba-exception
Error reporting for uncaught exceptions of the Ride framework
2.4.2
2018-04-26 08:51 UTC
Requires
- ride/app: ^1.0.0
- ride/lib-common: ^1.0.0
- ride/lib-event: ^1.0.0
- ride/lib-http: ^1.0.0
- ride/lib-log: ^1.0.0
- ride/lib-mail: ^1.0.0
- ride/lib-security: ^1.0.0
- ride/lib-system: ^1.0.0
- ride/lib-validation: ^1.0.0
- ride/web: ^1.0.0
- ride/web-base: ^1.0.0
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
- ride/app
- ride/lib-common
- ride/lib-event
- ride/lib-http
- ride/lib-log
- ride/lib-mail
- ride/lib-security
- ride/lib-system
- ride/lib-validation
- ride/web
- ride/web-base
Installation
You can use Composer to install this application.
composer require ride/wba-exception