data = $data; } /** * Covert this exception into a response. */ public function render() { return response()->json($this->data); } }