Exception: Api2Captcha::NetworkException

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

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Network error occurred') ⇒ NetworkException

Returns a new instance of NetworkException.



9
10
11
# File 'lib/api_2captcha/api2captcha_exceptions.rb', line 9

def initialize(message = 'Network error occurred')
  super(message)
end