class AntigateApi::Errors::CaptchaEmpty

Raised when the captcha file could not be loaded or is empty.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/antigate_api/errors.rb, line 52
def initialize
  super('CAPTCHA image is empty or could not be loaded')
end