96qbhy/exception

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

可渲染的PHP异常

Installs: 2 961

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/96qbhy/exception

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

This package is auto-updated.

Last update: 2025-09-24 19:00:27 UTC


README

可渲染的php异常

安装

$ composer require 96qbhy/exception

使用

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

96qbhy/exception
96qbhy@gmail.com