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.



254
255
256
# File 'lib/oflow/actors/persister.rb', line 254

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