Exception: EwayRapid::Exceptions::CommunicationFailureException
- Inherits:
-
RapidSdkException
- Object
- StandardError
- RapidSdkException
- EwayRapid::Exceptions::CommunicationFailureException
- Defined in:
- lib/eway_rapid/exceptions.rb
Overview
Error connecting to Rapid API
Instance Attribute Summary
Attributes inherited from RapidSdkException
Instance Method Summary collapse
-
#initialize(message) ⇒ CommunicationFailureException
constructor
A new instance of CommunicationFailureException.
Constructor Details
#initialize(message) ⇒ CommunicationFailureException
Returns a new instance of CommunicationFailureException.
32 33 34 |
# File 'lib/eway_rapid/exceptions.rb', line 32 def initialize() super(Constants::COMMUNICATION_FAILURE_ERROR_CODE, ) end |