Exception: EwayRapid::Exceptions::SystemErrorException
- Inherits:
-
RapidSdkException
- Object
- StandardError
- RapidSdkException
- EwayRapid::Exceptions::SystemErrorException
- Defined in:
- lib/eway_rapid/exceptions.rb
Overview
Invalid response from Rapid API
Instance Attribute Summary
Attributes inherited from RapidSdkException
Instance Method Summary collapse
-
#initialize(message) ⇒ SystemErrorException
constructor
A new instance of SystemErrorException.
Constructor Details
#initialize(message) ⇒ SystemErrorException
Returns a new instance of SystemErrorException.
46 47 48 |
# File 'lib/eway_rapid/exceptions.rb', line 46 def initialize() super(Constants::INTERNAL_RAPID_SERVER_ERROR_CODE, ) end |