class TermUtils::Tab::TableError

Represents a table error.

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/term_utils/tab.rb, line 24
def initialize(msg)
  super
end