message = $message; } /** * Returns the HTTP error code for the current error. * * @return int The HTTP error code. */ public function get_http_error() { return $this->page_error; } }