Exception: DeathByCaptcha::Timeout

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

Instance Method Summary collapse

Constructor Details

#initializeTimeout

Returns a new instance of Timeout.



22
23
24
# File 'lib/deathbycaptcha/exceptions.rb', line 22

def initialize
  super('The captcha was not solved in the expected time')
end