Exception: Api2Captcha::TimeoutException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/api_2captcha/api2captcha_exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Captcha solving timed out') ⇒ TimeoutException

Returns a new instance of TimeoutException.



21
22
23
# File 'lib/api_2captcha/api2captcha_exceptions.rb', line 21

def initialize(message = 'Captcha solving timed out')
  super(message)
end