class EwayRapid::Exceptions::SystemErrorException
Invalid response from Rapid API
Public Class Methods
new(message)
click to toggle source
Calls superclass method
EwayRapid::Exceptions::RapidSdkException::new
# File lib/eway_rapid/exceptions.rb, line 46 def initialize(message) super(Constants::INTERNAL_RAPID_SERVER_ERROR_CODE, message) end