Exception: OFlow::Actors::Recorder::TableError

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

Instance Method Summary collapse

Constructor Details

#initialize(table) ⇒ TableError

Returns a new instance of TableError.



153
154
155
# File 'lib/oflow/actors/recorder.rb', line 153

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