Exception: OFlow::Actors::Recorder::KeyError

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

Overview

TableError

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ KeyError

Returns a new instance of KeyError.



159
160
161
# File 'lib/oflow/actors/recorder.rb', line 159

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