class OFlow::Actors::Recorder::TableError
Public Class Methods
new(table)
click to toggle source
Calls superclass method
# File lib/oflow/actors/recorder.rb, line 153 def initialize(table) super("No Table found for #{table}") end