chubbyphp/chubbyphp-http-exception
最新稳定版本:1.3.0
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
2025 Dominik Zogg
统计信息
- 总下载量: 23.44k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 9
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-18