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.



42
43
44
# File 'lib/two_captcha/errors.rb', line 42

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