Skip to content

all-ride/ride-wba-exception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ride: Web Exception

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages