Exception: Purview::Exceptions::CouldNotBaselineTable

Inherits:
BaseTable show all
Defined in:
lib/purview/exceptions/could_not_baseline_table.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/could_not_baseline_table.rb', line 4

def message
  "Could not baseline table: #{table.name}"
end