编辑PHP文件app/Exceptions/Handler.php内容如下:
代码如下 | 复制代码 |
public function render($request, Exception $e) { if ($e instanceof ModelNotFoundException) { if($e instanceof \Symfony\Component\Debug\Exception\FatalErrorException return parent::render($request, $e); |
然后编辑自定义错误页面对应视图文件errors.default.blade.php。
时间: 2024-10-19 18:29:16