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.



21
22
23
# File 'lib/term_utils/tab.rb', line 21

def initialize(msg)
  super
end