marko/errors
最新稳定版本:0.6.0
Composer 安装命令:
composer require marko/errors
包简介
Marko Framework Error Handling
README 文档
README
Interfaces for error handling — defines how errors are captured and structured, not how they're displayed.
Installation
composer require marko/errors
Note: You typically install an implementation package (like marko/errors-simple) which requires this automatically.
Quick Example
use Marko\Errors\ErrorReport; use Marko\Errors\Severity; $report = ErrorReport::fromThrowable($exception, Severity::Error);
Documentation
Full usage, API reference, and examples: marko/errors
统计信息
- 总下载量: 568
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-24