Class: AntigateApi::Errors::CaptchaOverflow

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

Overview

Raised when the size of the captcha file is too big.

Instance Method Summary collapse

Constructor Details

#initializeCaptchaOverflow

Returns a new instance of CaptchaOverflow.



61
62
63
# File 'lib/antigate_api/errors.rb', line 61

def initialize
  super('CAPTCHA image is too big')
end