reportable(function (Throwable $e) { // }); } /** * 自定义错误信息页面, 前台与后台不同, 需要分开定义 */ protected function registerErrorViewPaths() { if (is_admin()) { (new RegisterAdminErrorViewPaths())(); } else { (new RegisterErrorViewPaths())(); } } }