class DeathByCaptcha::Timeout

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/deathbycaptcha/exceptions.rb, line 22
def initialize
  super('The captcha was not solved in the expected time')
end