Exception: TwoCaptcha::SmallCaptchaFilesize

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

Instance Method Summary collapse

Constructor Details

#initializeSmallCaptchaFilesize

Returns a new instance of SmallCaptchaFilesize.



60
61
62
# File 'lib/two_captcha/errors.rb', line 60

def initialize
  super('CAPTCHA size is less than 100 bytes')
end