Exception: GatewayErrors::TransactionIDInvalid
- Inherits:
-
TransactionGatewayError
- Object
- StandardError
- TransactionGatewayError
- GatewayErrors::TransactionIDInvalid
- Defined in:
- lib/gateway_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Transaction id shouldn't be blank.") ⇒ TransactionIDInvalid
constructor
A new instance of TransactionIDInvalid.
Constructor Details
#initialize(msg = "Transaction id shouldn't be blank.") ⇒ TransactionIDInvalid
Returns a new instance of TransactionIDInvalid.
33 34 35 |
# File 'lib/gateway_errors.rb', line 33 def initialize(msg = "Transaction id shouldn't be blank.") super(msg) end |