Exception: TwoCaptcha::BigCaptchaFilesize
- Defined in:
- lib/two_captcha/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ BigCaptchaFilesize
constructor
A new instance of BigCaptchaFilesize.
Constructor Details
#initialize ⇒ BigCaptchaFilesize
Returns a new instance of BigCaptchaFilesize.
48 49 50 |
# File 'lib/two_captcha/errors.rb', line 48 def initialize super('CAPTCHA size is more than 100 Kbytes') end |