Exception: ZeroCaptcha::Timeout

Inherits:
Error
  • Object
show all
Defined in:
lib/zero_captcha/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeTimeout

Returns a new instance of Timeout.



24
25
26
# File 'lib/zero_captcha/errors.rb', line 24

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