yuriitatur/exceptions
最新稳定版本:v1.0.0
Composer 安装命令:
composer require yuriitatur/exceptions
包简介
Simple exception package, to start extending your own classes
README 文档
README
Exceptions
Composer package for throwing and handling common exceptions.
It features a single base exception class that has to have all your logic and data, you want to report.
Reuse or extend AppException. It has context data, http status code and string error type to cover
most of the use cases that you expect from using an exception.
Why?
Instead of writing multiple error handlers that should be aware of each exception.
Use only one that knows how to render/report/log (or maybe not) your error.
Of course, you will still have to deal with your db/framework/3rd party exceptions, but due to dependency
inversion, you can't make them a part of your core application.
You can also make use of pre-defined InvalidArgumentExeption and ValidationException.
Installation
Composer:
composer require yuriitatur/exceptions
Testing
composer test
More to come
This is the most basic package of the bunch of cool packages. If you find this work useful, please consider becoming a sponsor.
License
This code is under MIT license, read more in the LICENSE file.
统计信息
- 总下载量: 87
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-21