We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e850bcd commit afbadf6Copy full SHA for afbadf6
src/Illuminate/Foundation/Exceptions/Handler.php
@@ -538,7 +538,7 @@ protected function renderExceptionContent(Throwable $e)
538
return config('app.debug') && app()->has(ExceptionRenderer::class)
539
? $this->renderExceptionWithCustomRenderer($e)
540
: $this->renderExceptionWithSymfony($e, config('app.debug'));
541
- } catch (Exception $e) {
+ } catch (Throwable $e) {
542
return $this->renderExceptionWithSymfony($e, config('app.debug'));
543
}
544
0 commit comments