Exception: ComplyanceSDK::Exceptions::NetworkError
- Inherits:
-
SDKException
- Object
- StandardError
- SDKException
- ComplyanceSDK::Exceptions::NetworkError
- Defined in:
- lib/complyance_sdk/exceptions/sdk_exception.rb
Overview
Exception raised when a network error occurs
Instance Attribute Summary
Attributes inherited from SDKException
Instance Method Summary collapse
-
#initialize(message = "Network error", **kwargs) ⇒ NetworkError
constructor
A new instance of NetworkError.
Methods inherited from SDKException
Constructor Details
#initialize(message = "Network error", **kwargs) ⇒ NetworkError
Returns a new instance of NetworkError.
58 59 60 |
# File 'lib/complyance_sdk/exceptions/sdk_exception.rb', line 58 def initialize( = "Network error", **kwargs) super(, code: :network_error, **kwargs) end |