class EwayRapid::Exceptions::CommunicationFailureException

Error connecting to Rapid API

Public Class Methods

new(message) click to toggle source
# File lib/eway_rapid/exceptions.rb, line 32
def initialize(message)
  super(Constants::COMMUNICATION_FAILURE_ERROR_CODE, message)
end