Exception: DeathByCaptcha::InvalidCaptcha

Inherits:
Error
  • Object
show all
Defined in:
lib/deathbycaptcha/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidCaptcha

Returns a new instance of InvalidCaptcha.



16
17
18
# File 'lib/deathbycaptcha/exceptions.rb', line 16

def initialize
  super('The captcha is empty or invalid')
end