Exception: Purview::Exceptions::NoWindow

Inherits:
BaseTable show all
Defined in:
lib/purview/exceptions/no_window.rb

Instance Method Summary collapse

Methods inherited from BaseTable

#initialize

Constructor Details

This class inherits a constructor from Purview::Exceptions::BaseTable

Instance Method Details

#messageObject



4
5
6
# File 'lib/purview/exceptions/no_window.rb', line 4

def message
  "Could not find a window for table: #{table.name}"
end