Class: AntigateApi::Errors::CaptchaEmpty

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initializeCaptchaEmpty

Returns a new instance of CaptchaEmpty.



52
53
54
# File 'lib/antigate_api/errors.rb', line 52

def initialize
  super('CAPTCHA image is empty or could not be loaded')
end