Exception: LedgerSync::Error::AdaptorError::MissingAdaptorError

Inherits:
LedgerSync::Error::AdaptorError show all
Defined in:
lib/ledger_sync/error/adaptor_errors.rb

Instance Attribute Summary

Attributes inherited from LedgerSync::Error::AdaptorError

#adaptor

Attributes inherited from LedgerSync::Error

#message

Instance Method Summary collapse

Constructor Details

#initialize(message:) ⇒ MissingAdaptorError

Returns a new instance of MissingAdaptorError.



14
15
16
# File 'lib/ledger_sync/error/adaptor_errors.rb', line 14

def initialize(message:)
  super(message: message, adaptor: nil)
end