class Sequent::Core::AggregateRepository::NonUniqueAggregateId

Public Class Methods

new(existing, new) click to toggle source
Calls superclass method
# File lib/sequent/core/aggregate_repository.rb, line 22
def initialize(existing, new)
  super "Duplicate aggregate #{new} with same key as existing #{existing}"
end