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 ebb6064 commit ceba822Copy full SHA for ceba822
src/platforms/php/guides/laravel/other-versions/lumen.mdx
@@ -33,7 +33,7 @@ require __DIR__ . '/../app/Http/routes.php';
33
Add Sentry reporting to `app/Exceptions/Handler.php`:
34
35
```php {filename:app/Exceptions/Handler.php}
36
-public function report(Exception $exception)
+public function report(Throwable $exception)
37
{
38
if (app()->bound('sentry') && $this->shouldReport($exception)) {
39
app('sentry')->captureException($exception);
0 commit comments