Exception: Tablature::Adapters::Postgres::MissingRangePartitionBoundsError
- Inherits:
-
StandardError
- Object
- StandardError
- Tablature::Adapters::Postgres::MissingRangePartitionBoundsError
- Defined in:
- lib/tablature/adapters/postgres/errors.rb
Overview
Raised when trying to create a range partition without specifying the range of the partition key.
Instance Method Summary collapse
-
#initialize ⇒ MissingRangePartitionBoundsError
constructor
A new instance of MissingRangePartitionBoundsError.
Constructor Details
#initialize ⇒ MissingRangePartitionBoundsError
Returns a new instance of MissingRangePartitionBoundsError.
35 36 37 |
# File 'lib/tablature/adapters/postgres/errors.rb', line 35 def initialize super('Missing bounds for of range partition') end |