class Tablature::Adapters::Postgres::MissingListPartitionValuesError

Raised when trying to create a list partition without specifying the values of the partition key.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/tablature/adapters/postgres/errors.rb, line 17
def initialize
  super('Missing values for of list partition')
end