Exception: Purview::Exceptions::BaseTable
- Defined in:
- lib/purview/exceptions/base_table.rb
Direct Known Subclasses
CouldNotDisable, CouldNotEnable, CouldNotInitialize, CouldNotLock, CouldNotUnlock, DatabaseAlreadyAssigned, NoWindow
Instance Method Summary collapse
-
#initialize(table) ⇒ BaseTable
constructor
A new instance of BaseTable.
Constructor Details
#initialize(table) ⇒ BaseTable
4 5 6 |
# File 'lib/purview/exceptions/base_table.rb', line 4 def initialize(table) @table = table end |