public function render($request, Throwable $exception)
{
if ($exception instanceof NotFoundHttpException) {
dd('hi');
return to_route('filament.admin.pages.dashboard');
}
dd('wtf', $exception->getCode(), $exception);
public function render($request, Throwable $exception)
{
if ($exception instanceof NotFoundHttpException) {
dd('hi');
return to_route('filament.admin.pages.dashboard');
}
dd('wtf', $exception->getCode(), $exception);