Class: DeathByCaptcha::Errors::CaptchaEmpty

Inherits:
Object
  • Object
show all
Defined in:
lib/deathbycaptcha/error.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.



47
48
49
# File 'lib/deathbycaptcha/error.rb', line 47

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