chaevnicher's avatar

ExceptionHandler not working on lumen 5.8

why server return 500? on 5.7 this code worked

$app->singleton(
    Illuminate\Contracts\Debug\ExceptionHandler::class,
    App\Exceptions\Handler::class
);
public function render($request, Exception $e)
    {
        die('this');   //  todo
0 likes
0 replies

Please or to participate in this conversation.