class EwayRapid::Exceptions::AuthenticationFailureException
Authentication to Rapid API failed (server returned HTTP 40*)
Public Class Methods
new(message)
click to toggle source
Calls superclass method
EwayRapid::Exceptions::RapidSdkException::new
# File lib/eway_rapid/exceptions.rb, line 25 def initialize(message) super(Constants::AUTHENTICATION_FAILURE_ERROR_CODE, message) end