Exception: OFlow::Actors::Persister::KeyError

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

Instance Method Summary collapse

Constructor Details

#initialize(op) ⇒ KeyError

Returns a new instance of KeyError.



265
266
267
# File 'lib/oflow/actors/persister.rb', line 265

def initialize(op)
  super("No key found for #{op}")
end