status; } public function render(): JsonResponse { return response()->json(['error' => $this->getMessage()], $this->status); } /** * Expected user errors, not worth a log line. */ public function report(): bool { return true; } }