Exception: GatewayErrors::TransactionIDInvalid

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

Instance Method Summary collapse

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