ride/wba-exception
Composer 安装命令:
composer require ride/wba-exception
包简介
Error reporting for uncaught exceptions of the Ride framework
README 文档
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
统计信息
- 总下载量: 673
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-09-25