httpCode = $httpCode; $this->msg = $msg; } public function getHTTPCode(){ return $this->httpCode; } public function getMsg(){ return $this->msg; } }