class OFlow::Actors::Persister::ExistsError

Public Class Methods

new(key, seq) click to toggle source
Calls superclass method
# File lib/oflow/actors/persister.rb, line 277
def initialize(key, seq)
  super("#{key}:#{seq} already exists")
end