Exception: EwayRapid::Exceptions::APIKeyInvalidException
- Inherits:
-
RapidSdkException
- Object
- StandardError
- RapidSdkException
- EwayRapid::Exceptions::APIKeyInvalidException
- Defined in:
- lib/eway_rapid/exceptions.rb
Overview
Rapid API key, password or endpoint invalid exception
Instance Attribute Summary
Attributes inherited from RapidSdkException
Instance Method Summary collapse
-
#initialize(message) ⇒ APIKeyInvalidException
constructor
A new instance of APIKeyInvalidException.
Constructor Details
#initialize(message) ⇒ APIKeyInvalidException
Returns a new instance of APIKeyInvalidException.
18 19 20 |
# File 'lib/eway_rapid/exceptions.rb', line 18 def initialize() super(Constants::API_KEY_INVALID_ERROR_CODE, ) end |