class OFlow::Actors::Recorder::ExistsError

Public Class Methods

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