weew/app-error-handler-black-hole
Composer 安装命令:
composer require weew/app-error-handler-black-hole
包简介
Error handler that suppresses all error messages for the weew/app-error-handler package.
README 文档
README
Table of contents
Installation
composer require weew/app-error-handler-black-hole
Introduction
This error handler suppresses all occurring errors makes use of the weew/app-error-handler.
Usage
To enable this provider simply register it on the kernel.
$app->getKernel()->addProviders([ ErrorHandlingProvider::class, BlackHoleErrorHandlerProvider::class, ]);
Example config
This is how the config might look like in yaml:
black_hole_error_handler: enabled: true # or disabled: false
统计信息
- 总下载量: 86
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-20