Exception: Purview::Exceptions::BaseTable
- Defined in:
- lib/purview/exceptions/base_table.rb
Direct Known Subclasses
CouldNotBaseline, CouldNotDisable, CouldNotEnable, CouldNotInitialize, CouldNotLock, CouldNotSync, CouldNotUnlock, DatabaseAlreadyAssigned, NoWindow, WrongDatabase
Instance Method Summary collapse
-
#initialize(table) ⇒ BaseTable
constructor
A new instance of BaseTable.
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 |