Exception: OFlow::Actors::Persister::ExistsError

Inherits:
Exception
  • Object
show all
Defined in:
lib/oflow/actors/persister.rb

Overview

SeqError

Instance Method Summary collapse

Constructor Details

#initialize(key, seq) ⇒ ExistsError

Returns a new instance of ExistsError.



277
278
279
# File 'lib/oflow/actors/persister.rb', line 277

def initialize(key, seq)
  super("#{key}:#{seq} already exists")
end