class Purview::Exceptions::CouldNotLockTable

Public Instance Methods

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