Exception: LedgerSync::Error
- Inherits:
-
StandardError
- Object
- StandardError
- LedgerSync::Error
- Defined in:
- lib/ledger_sync/error.rb,
lib/ledger_sync/error/ledger_errors.rb,
lib/ledger_sync/error/operation_errors.rb
Direct Known Subclasses
LedgerError, OperationError, TypeError::StringFromSetError, UnexpectedClassError, ResourceAttributeError, ResourceError
Defined Under Namespace
Modules: HelpersMixin, TypeError Classes: LedgerError, OperationError, UnexpectedClassError
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message:) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message:) ⇒ Error
Returns a new instance of Error.
28 29 30 31 |
# File 'lib/ledger_sync/error.rb', line 28 def initialize(message:) @message = super() end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
26 27 28 |
# File 'lib/ledger_sync/error.rb', line 26 def @message end |