Exception: TermUtils::Tab::TableError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/term_utils/tab.rb

Overview

Represents a table error.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ TableError

Returns a new instance of TableError.



24
25
26
# File 'lib/term_utils/tab.rb', line 24

def initialize(msg)
  super
end