class EwayRapid::Exceptions::ParameterInvalidException
Invalid parameter exception
Public Class Methods
new(message)
click to toggle source
Calls superclass method
EwayRapid::Exceptions::RapidSdkException::new
# File lib/eway_rapid/exceptions.rb, line 39 def initialize(message) super(Constants::INTERNAL_RAPID_API_ERROR_CODE, message) end