Exception: EwayRapid::Exceptions::ParameterInvalidException
- Inherits:
-
RapidSdkException
- Object
- StandardError
- RapidSdkException
- EwayRapid::Exceptions::ParameterInvalidException
- Defined in:
- lib/eway_rapid/exceptions.rb
Overview
Invalid parameter exception
Instance Attribute Summary
Attributes inherited from RapidSdkException
Instance Method Summary collapse
-
#initialize(message) ⇒ ParameterInvalidException
constructor
A new instance of ParameterInvalidException.
Constructor Details
#initialize(message) ⇒ ParameterInvalidException
Returns a new instance of ParameterInvalidException.
39 40 41 |
# File 'lib/eway_rapid/exceptions.rb', line 39 def initialize() super(Constants::INTERNAL_RAPID_API_ERROR_CODE, ) end |