You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declaration of App\Exceptions\Handler::render($request, Throwable $exception) must be compatible with Flugg\Responder\Exceptions\Handler::render($request, $exception)
#162
Open
dennisoderwald opened this issue
Jun 11, 2020
· 0 comments
Laravel 7 utilizes the 5.x series of the Symfony components. Some minor changes to your application are required to accommodate this upgrade.
First, the report, render, shouldReport, and renderForConsole methods of your application's App\Exceptions\Handler class should accept instances of the Throwable interface instead of Exception instances.
Source: https://laravel.com/docs/7.x/upgrade#symfony-5-related-upgrades
The text was updated successfully, but these errors were encountered: