摘要: Throw new CustomerException('Customer message'); // App\Exceptions\Handler.php public function render($request, Exception $e) { // 没有权限访问 if ($e instanceof ForbiddenExcep... 阅读全文
posted @ 2016-12-14 13:34 jzfan 阅读(259) 评论(0) 推荐(0)