Exception: Tablature::Adapters::Postgres::MissingListPartitionValuesError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tablature/adapters/postgres/errors.rb

Overview

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

Instance Method Summary collapse

Constructor Details

#initializeMissingListPartitionValuesError

Returns a new instance of MissingListPartitionValuesError.



17
18
19
# File 'lib/tablature/adapters/postgres/errors.rb', line 17

def initialize
  super('Missing values for of list partition')
end