Exception: EwayRapid::Exceptions::APIKeyInvalidException

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

Overview

Rapid API key, password or endpoint invalid exception

Instance Attribute Summary

Attributes inherited from RapidSdkException

#error_code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ APIKeyInvalidException

Returns a new instance of APIKeyInvalidException.



18
19
20
# File 'lib/eway_rapid/exceptions.rb', line 18

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