class Sequent::Core::AggregateRepository::NonUniqueAggregateId
Public Class Methods
Source
# File lib/sequent/core/aggregate_repository.rb, line 22 def initialize(existing, new) super("Duplicate aggregate #{new} with same key as existing #{existing}") end
Calls superclass method