Exception: GatewayErrors::TransactionSettlementError
- Inherits:
-
TransactionGatewayError
- Object
- StandardError
- TransactionGatewayError
- GatewayErrors::TransactionSettlementError
- Defined in:
- lib/gateway_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Transaction can't settle.") ⇒ TransactionSettlementError
constructor
A new instance of TransactionSettlementError.
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 |