class Sequent::Core::AggregateRepository::AggregateNotFound
Public Class Methods
Source
# File lib/sequent/core/aggregate_repository.rb, line 28 def initialize(id) super("Aggregate with id #{id} not found") end
Calls superclass method