Exception: OFlow::Actors::Recorder::SeqError

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

Overview

KeyError

Instance Method Summary collapse

Constructor Details

#initialize(op, key) ⇒ SeqError

Returns a new instance of SeqError.



165
166
167
# File 'lib/oflow/actors/recorder.rb', line 165

def initialize(op, key)
  super("No sequence number found for #{op} of #{key}")
end