Exception: Purview::Exceptions::BaseTable

Inherits:
Base
  • Object
show all
Defined in:
lib/purview/exceptions/base_table.rb

Instance Method Summary collapse

Constructor Details

#initialize(table) ⇒ BaseTable

Returns a new instance of BaseTable.



4
5
6
# File 'lib/purview/exceptions/base_table.rb', line 4

def initialize(table)
  @table = table
end