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, #response

Attributes inherited from LedgerSync::Error

#message

Instance Method Summary collapse

Constructor Details

#initialize(message:) ⇒ MissingAdaptorError

Returns a new instance of MissingAdaptorError.



20
21
22
23
24
25
# File 'lib/ledger_sync/error/adaptor_errors.rb', line 20

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