96qbhy/exception

There is no license information available for the latest version (v0.1.2) of this package.

可渲染的PHP异常

v0.1.2 2019-01-24 03:16 UTC

This package is auto-updated.

Last update: 2024-03-24 15:49:53 UTC


README

可渲染的php异常

安装

$ composer require 96qbhy/exception

使用

if($exception instanceof Qbhy\Exception\Contracts\Renderable){
    return $exception->render($request);
}

96qbhy/exception
96qbhy@gmail.com