Exception: LedgerSync::Error::LedgerError::MissingLedgerError

Inherits:
LedgerSync::Error::LedgerError show all
Defined in:
lib/ledger_sync/error/ledger_errors.rb

Instance Attribute Summary

Attributes inherited from LedgerSync::Error::LedgerError

#client, #response

Attributes inherited from LedgerSync::Error

#message

Instance Method Summary collapse

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: message,
    client: nil,
  )
end