Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qbhy/exception

可渲染的php异常
https://github.com/qbhy/exception

Last synced: about 1 month ago
JSON representation

可渲染的php异常

Awesome Lists containing this project

README

        

# exception
可渲染的php异常

## 安装
```bash
$ composer require 96qbhy/exception
```

## 使用
```php
if($exception instanceof Qbhy\Exception\Contracts\Renderable){
return $exception->render($request);
}
```

[96qbhy/exception](https://github.com/qbhy/exception)
[email protected]