Exception: GatewayErrors::TransactionInvalid
- Inherits:
-
TransactionGatewayError
- Object
- StandardError
- TransactionGatewayError
- GatewayErrors::TransactionInvalid
- Defined in:
- lib/gateway_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Validations preveneted transaction from being created.") ⇒ TransactionInvalid
constructor
A new instance of TransactionInvalid.
Constructor Details
#initialize(msg = "Validations preveneted transaction from being created.") ⇒ TransactionInvalid
Returns a new instance of TransactionInvalid.
21 22 23 |
# File 'lib/gateway_errors.rb', line 21 def initialize(msg = "Validations preveneted transaction from being created.") super(msg) end |