Exception: Purview::Exceptions::CouldNotFindMetadataForTable
- Defined in:
- lib/purview/exceptions/could_not_find_metadata_for_table.rb
Instance Method Summary collapse
Methods inherited from BaseTable
Constructor Details
This class inherits a constructor from Purview::Exceptions::BaseTable
Instance Method Details
#message ⇒ Object
4 5 6 |
# File 'lib/purview/exceptions/could_not_find_metadata_for_table.rb', line 4 def "Could not find metadata for table: #{table.name}" end |