Exception: TwoCaptcha::WrongCaptchaId

Inherits:
Error
  • Object
show all
Defined in:
lib/two_captcha/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeWrongCaptchaId

Returns a new instance of WrongCaptchaId.



120
121
122
# File 'lib/two_captcha/errors.rb', line 120

def initialize
  super('You are trying to get the answer or complain a captcha that was submitted more than 15 minutes ago.')
end