chubbyphp/chubbyphp-http-exception
Composer 安装命令:
composer require chubbyphp/chubbyphp-http-exception
包简介
Creates http exceptions which can be catched and converted to error responses.
关键字:
README 文档
README
Description
Creates http exceptions which can be catched and converted to error responses.
Requirements
- php: ^8.3
Installation
Through Composer as chubbyphp/chubbyphp-http-exception.
composer require chubbyphp/chubbyphp-http-exception "^1.3"
Usage
<?php declare(strict_types=1); namespace App; use Chubbyphp\HttpException\HttpException; $exception = new \RuntimeException('error'); $httpException = HttpException::createBadRequest([ 'key1' => 'value1', 'key2' => 'value2' ], $exception);
Copyright
2026 Dominik Zogg
统计信息
- 总下载量: 28.77k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 15
- 依赖项目数: 10
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-18