Exception: Api2Captcha::ApiException
- Inherits:
-
StandardError
- Object
- StandardError
- Api2Captcha::ApiException
- Defined in:
- lib/api_2captcha/api2captcha_exceptions.rb
Instance Method Summary collapse
-
#initialize(message = 'API response error') ⇒ ApiException
constructor
A new instance of ApiException.
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( = 'API response error') super() end |