Exception: DeathByCaptcha::IncorrectSolution

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

Instance Method Summary collapse

Constructor Details

#initializeIncorrectSolution

Returns a new instance of IncorrectSolution.



28
29
30
# File 'lib/deathbycaptcha/exceptions.rb', line 28

def initialize
  super('CAPTCHA was not solved by DeathByCaptcha. Try again.')
end