Exception: EwayRapid::Exceptions::ParameterInvalidException

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

Overview

Invalid parameter exception

Instance Attribute Summary

Attributes inherited from RapidSdkException

#error_code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ParameterInvalidException

Returns a new instance of ParameterInvalidException.



39
40
41
# File 'lib/eway_rapid/exceptions.rb', line 39

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