Exception: Sequent::Core::AggregateRepository::AggregateNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Sequent::Core::AggregateRepository::AggregateNotFound
- Defined in:
- lib/sequent/core/aggregate_repository.rb
Instance Method Summary collapse
-
#initialize(id) ⇒ AggregateNotFound
constructor
A new instance of AggregateNotFound.
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 |