class Purview::Exceptions::NoTable

Public Instance Methods

message() click to toggle source
# File lib/purview/exceptions/no_table.rb, line 4
def message
  'Could not find a table'
end