Exception: LedgerSync::Error::SyncError::NotPerformedError
- Inherits:
-
LedgerSync::Error::SyncError
- Object
- StandardError
- LedgerSync::Error
- LedgerSync::Error::SyncError
- LedgerSync::Error::SyncError::NotPerformedError
- Defined in:
- lib/ledger_sync/error/sync_errors.rb
Instance Attribute Summary
Attributes inherited from LedgerSync::Error::SyncError
Attributes inherited from LedgerSync::Error
Instance Method Summary collapse
-
#initialize(message: nil, sync:) ⇒ NotPerformedError
constructor
A new instance of NotPerformedError.
Constructor Details
#initialize(message: nil, sync:) ⇒ NotPerformedError
Returns a new instance of NotPerformedError.
14 15 16 17 18 |
# File 'lib/ledger_sync/error/sync_errors.rb', line 14 def initialize(message: nil, sync:) ||= 'Sync has not been performed. Call perform before retrieving the result.' super(message: , sync: sync) end |