class EwayRapid::Exceptions::ParameterInvalidException

Invalid parameter exception

Public Class Methods

new(message) click to toggle source
# File lib/eway_rapid/exceptions.rb, line 39
def initialize(message)
  super(Constants::INTERNAL_RAPID_API_ERROR_CODE, message)
end