Exception: HatiCommand::Errors::TransactionError
- Defined in:
- lib/hati_command/errors/transaction_error.rb
Overview
Custom error class for Transaction issue scenarios in HatiCommand
Constant Summary
Constants inherited from BaseError
Instance Attribute Summary
Attributes inherited from BaseError
Instance Method Summary collapse
Methods inherited from BaseError
#build_msg, #error_klass, #initialize
Constructor Details
This class inherits a constructor from HatiCommand::Errors::BaseError
Instance Method Details
#default_message ⇒ Object
7 8 9 |
# File 'lib/hati_command/errors/transaction_error.rb', line 7 def 'Transaction Error has been triggerd' end |