Exception: LedgerSync::Error
- Inherits:
-
StandardError
- Object
- StandardError
- LedgerSync::Error
- Defined in:
- lib/ledger_sync/error.rb,
lib/ledger_sync/error/adaptor_errors.rb,
lib/ledger_sync/error/operation_errors.rb
Direct Known Subclasses
Defined Under Namespace
Classes: AdaptorError, OperationError
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message:) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message:) ⇒ Error
Returns a new instance of Error.
5 6 7 8 |
# File 'lib/ledger_sync/error.rb', line 5 def initialize(message:) = super() end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
3 4 5 |
# File 'lib/ledger_sync/error.rb', line 3 def end |