imemento/exceptions

v8.1.0 2021-07-25 08:32 UTC

This package is auto-updated.

Last update: 2024-08-26 20:36:31 UTC


README

Build Status Latest Stable Version License Total Downloads

此包提供了一些在所有 iMemento 服务中使用的常见异常。

安装

composer require imemento/exceptions

用法

throw new ResourceException($message, $debug, $code, $previous);

我们所有扩展 HttpException 类的异常都有一个唯一的 ID、可选的调试信息和错误代码。它们将使用我们的自定义错误处理器映射到http-responses中的特定响应。

错误