Exception: TwoCaptcha::CaptchaUnsolvable

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

Instance Method Summary collapse

Constructor Details

#initializeCaptchaUnsolvable

Returns a new instance of CaptchaUnsolvable.



96
97
98
# File 'lib/two_captcha/errors.rb', line 96

def initialize
  super('Captcha could not solve three different employee. Funds for this captcha not')
end