Exception: GatewayErrors::TransactionGatewayInvalidAmount

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

Instance Method Summary collapse

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