Skip to content

breaking change on laravel 7 #9

@ibrunotome

Description

@ibrunotome

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

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions