Mar 14, 2019
0
Level 1
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
Please or to participate in this conversation.