Exception: Purview::Exceptions::BaseTable
- Defined in:
- lib/purview/exceptions/base_table.rb
Direct Known Subclasses
CouldNotBaselineTable, CouldNotDisableTable, CouldNotEnableTable, CouldNotFindMetadataForTable, CouldNotInitializeTable, CouldNotLockTable, CouldNotSyncTable, CouldNotUnlockTable, CouldNotUpdateMetadataForTable, DatabaseAlreadyAssignedForTable, NoWindowForTable, RowsOutsideWindowForTable, WrongDatabaseForTable
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 |