class Purview::Exceptions::CouldNotInitializeTable

Public Instance Methods

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