statusCode = $statusCode; parent::__construct($message, $code); } /** * Get the HTTP Status Code of the RestException * @return int HTTP Status Code */ public function getStatusCode() { return $this->statusCode; } }