D
Size: a a a
D
D
MO
MO
D
MO
D
MO
MO
MO
MO
NE
G
NE
ES
public function register()
{
$this->reportable(function (Exception $e) {
if ($e instanceof NotFoundHttpException)
{
return response()->view('errors.500', [], 500);
}
});
}
Why is this not working?🎃
VY
EG