class Sequent::Core::AggregateRepository::AggregateNotFound

Public Class Methods

new(id) click to toggle source
Calls superclass method
# File lib/sequent/core/aggregate_repository.rb, line 28
def initialize(id)
  super "Aggregate with id #{id} not found"
end