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.



54
55
56
# File 'lib/two_captcha/errors.rb', line 54

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