class AntigateApi::Errors::CaptchaOverflow
Raised when the size of the captcha file is too big.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/antigate_api/errors.rb, line 61 def initialize super('CAPTCHA image is too big') end