friendly-exception:一个友好的异常接口

时间:2024-05-28 15:50:02
【文件属性】:

文件名称:friendly-exception:一个友好的异常接口

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-28 15:50:02

exception error-handling exceptions hacktoberfest friendly

Yii友好异常 提供友好名称和可能解决方案的异常接口。 错误处理程序可能会考虑在错误屏幕上直接显示其他信息的接口。 要求 PHP 7.1或更高版本。 安装 该软件包可以与作曲家一起安装: composer require yiisoft/friendly-exception --prefer-dist 一般用法 实施友好异常 要使异常友好,需要此程序包并实现FriendlyExceptionInterface : <?php declare (strict_types= 1 ); use Yiisoft \ FriendlyException \ FriendlyExceptionInterface ; class RequestTimeoutException extends \ RuntimeException implements FriendlyExceptionInterf


【文件预览】:
friendly-exception-master
----.phpunit-watcher.yml(200B)
----src()
--------FriendlyExceptionInterface.php(699B)
----psalm.xml(444B)
----LICENSE.md(1KB)
----README.md(3KB)
----.styleci.yml(2KB)
----CHANGELOG.md(205B)
----composer.json(1KB)

网友评论