Exception: GatewayErrors::TransactionSettlementError

Inherits:
TransactionGatewayError show all
Defined in:
lib/gateway_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Transaction can't settle.") ⇒ TransactionSettlementError

Returns a new instance of TransactionSettlementError.



39
40
41
# File 'lib/gateway_errors.rb', line 39

def initialize(msg = "Transaction can't settle.")
  super(msg)
end