class EwayRapid::Exceptions::SystemErrorException

Invalid response from Rapid API

Public Class Methods

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