Exception: ZeroCaptcha::Timeout
- Defined in:
- lib/zero_captcha/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ Timeout
constructor
A new instance of Timeout.
Constructor Details
#initialize ⇒ Timeout
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 |