Exception: EwayRapid::Exceptions::CommunicationFailureException

Inherits:
RapidSdkException
  • Object
show all
Defined in:
lib/eway_rapid/exceptions.rb

Overview

Error connecting to Rapid API

Instance Attribute Summary

Attributes inherited from RapidSdkException

#error_code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ CommunicationFailureException

Returns a new instance of CommunicationFailureException.



32
33
34
# File 'lib/eway_rapid/exceptions.rb', line 32

def initialize(message)
  super(Constants::COMMUNICATION_FAILURE_ERROR_CODE, message)
end