class Purview::Exceptions::CouldNotUpdateMetadataForTable

Public Instance Methods

message() click to toggle source
# File lib/purview/exceptions/could_not_update_metadata_for_table.rb, line 4
def message
  "Could not update metadata for table: #{table.name}"
end