captchaToken = $captchaToken; $this->captchaUrl = Zend_Gdata_App_CaptchaRequiredException::ACCOUNTS_URL . $captchaUrl; parent::__construct('CAPTCHA challenge issued by server'); } /** * Retrieves the token identifier as provided by the server. * * @return string */ public function getCaptchaToken() { return $this->captchaToken; } /** * Retrieves the URL CAPTCHA image as provided by the server. * * @return string */ public function getCaptchaUrl() { return $this->captchaUrl; } }