Exception: Sequent::Core::AggregateRepository::AggregateNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sequent/core/aggregate_repository.rb

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ AggregateNotFound

Returns a new instance of AggregateNotFound.



28
29
30
# File 'lib/sequent/core/aggregate_repository.rb', line 28

def initialize(id)
  super "Aggregate with id #{id} not found"
end