Exception: TwoCaptcha::Timeout
- Defined in:
- lib/two_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.
96 97 98 |
# File 'lib/two_captcha/errors.rb', line 96 def initialize super('The captcha was not solved in the expected time') end |