class DeathByCaptcha::InvalidCaptcha

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/deathbycaptcha/exceptions.rb, line 16
def initialize
  super('The captcha is empty or invalid')
end