Skip to content

qbhy/exception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

exception

可渲染的php异常

安装

$ composer require 96qbhy/exception

使用

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

96qbhy/exception
96qbhy@gmail.com