class DeathByCaptcha::IncorrectSolution

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/deathbycaptcha/exceptions.rb, line 28
def initialize
  super('CAPTCHA was not solved by DeathByCaptcha. Try again.')
end