Exception: TwoCaptcha::CaptchaImageBlocked

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

Instance Method Summary collapse

Constructor Details

#initializeCaptchaImageBlocked

Returns a new instance of CaptchaImageBlocked.



108
109
110
# File 'lib/two_captcha/errors.rb', line 108

def initialize
  super('You have sent an image, that is unrecognizable and which is saved in our database as such. Usually this happens when the site where you get the captcha from has stopped sending you captcha and started giving you a “deny access” cap.')
end