Exception: Api2Captcha::ApiException

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

Instance Method Summary collapse

Constructor Details

#initialize(message = 'API response error') ⇒ ApiException

Returns a new instance of ApiException.



15
16
17
# File 'lib/api_2captcha/api2captcha_exceptions.rb', line 15

def initialize(message = 'API response error')
  super(message)
end