sunnyflail/exception-handler
Composer 安装命令:
composer require sunnyflail/exception-handler
包简介
A simple Exception Handling addon for more graphical stack traces
README 文档
README
A simple graphical interface over exception message
How to use
After installing it with composer and importing composer autoloader in your front controller file, insert this code at top of your front controller, just after importing autoload.php
use SunnyFlail\ExceptionHandler\ExceptionHandler; set_error_handler([ExceptionHandler::class, "handleError"]); set_exception_handler([ExceptionHandler::class, "handleException"]);
统计信息
- 总下载量: 68
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-12