Class: LedgerSync::Domains::PerformedOperationError
- Inherits:
-
Error::OperationError
- Object
- Error::OperationError
- LedgerSync::Domains::PerformedOperationError
- Defined in:
- lib/ledger_sync/domains.rb
Instance Method Summary collapse
-
#initialize(operation:) ⇒ PerformedOperationError
constructor
A new instance of PerformedOperationError.
Constructor Details
#initialize(operation:) ⇒ PerformedOperationError
Returns a new instance of PerformedOperationError.
51 52 53 54 |
# File 'lib/ledger_sync/domains.rb', line 51 def initialize(operation:) = 'Operation has already been performed. Please check the result.' super(message: , operation: operation) end |