class Purview::Exceptions::NoWindowForTable

Public Instance Methods

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