Exception: Tablature::Adapters::Postgres::MissingListPartitionValuesError
- Inherits:
-
StandardError
- Object
- StandardError
- Tablature::Adapters::Postgres::MissingListPartitionValuesError
- 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
-
#initialize ⇒ MissingListPartitionValuesError
constructor
A new instance of MissingListPartitionValuesError.
Constructor Details
#initialize ⇒ MissingListPartitionValuesError
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 |