class Purview::Exceptions::CouldNotUnlockTable

Public Instance Methods

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