class EwayRapid::Exceptions::AuthenticationFailureException

Authentication to Rapid API failed (server returned HTTP 40*)

Public Class Methods

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