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.



114
115
116
# File 'lib/two_captcha/errors.rb', line 114

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