Exception: EwayRapid::Exceptions::SystemErrorException

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

Overview

Invalid response from Rapid API

Instance Attribute Summary

Attributes inherited from RapidSdkException

#error_code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ SystemErrorException

Returns a new instance of SystemErrorException.



46
47
48
# File 'lib/eway_rapid/exceptions.rb', line 46

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