httpCode = $httpCode; parent::__construct($message); } public function getHttpCode(){ return $this->httpCode; } }