-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Laravel 7 now receives a Throwable instead of Exception in public function report(Throwable $exception)
the public static function report(Exception $exception): void expects the Exception type.
What we can do? bump a new major version for laravel 7 compatibility or remove the type of variable?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working