2017 © Pedro Peláez
 

library wba-exception

Error reporting for uncaught exceptions of the Ride framework

image

ride/wba-exception

Error reporting for uncaught exceptions of the Ride framework

  • Thursday, April 26, 2018
  • by ride-user
  • Repository
  • 9 Watchers
  • 0 Stars
  • 349 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 8 % Grown

The README.md

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., (*1)

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., (*2)

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.

Installation

You can use Composer to install this application., (*3)

composer require ride/wba-exception

The Versions