Exception: LedgerSync::Error::LedgerError::MissingLedgerError
- Inherits:
-
LedgerSync::Error::LedgerError
- Object
- StandardError
- LedgerSync::Error
- LedgerSync::Error::LedgerError
- LedgerSync::Error::LedgerError::MissingLedgerError
- Defined in:
- lib/ledger_sync/error/ledger_errors.rb
Instance Attribute Summary
Attributes inherited from LedgerSync::Error::LedgerError
Attributes inherited from LedgerSync::Error
Instance Method Summary collapse
-
#initialize(message:) ⇒ MissingLedgerError
constructor
A new instance of MissingLedgerError.
Constructor Details
#initialize(message:) ⇒ MissingLedgerError
Returns a new instance of MissingLedgerError.
19 20 21 22 23 24 |
# File 'lib/ledger_sync/error/ledger_errors.rb', line 19 def initialize(message:) super( message: , client: nil, ) end |