Exception: GatewayErrors::TransactionGatewayInvalidAmount
- Inherits:
-
TransactionGatewayError
- Object
- StandardError
- TransactionGatewayError
- GatewayErrors::TransactionGatewayInvalidAmount
- Defined in:
- lib/gateway_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Amount should be greater than zero.") ⇒ TransactionGatewayInvalidAmount
constructor
A new instance of TransactionGatewayInvalidAmount.
Constructor Details
#initialize(msg = "Amount should be greater than zero.") ⇒ TransactionGatewayInvalidAmount
Returns a new instance of TransactionGatewayInvalidAmount.
15 16 17 |
# File 'lib/gateway_errors.rb', line 15 def initialize(msg = "Amount should be greater than zero.") super(msg) end |