error.py 209 B

123456
  1. class PostgresPartitioningError(RuntimeError):
  2. """Raised when the partitioning configuration is broken or automatically
  3. creating/deleting partitions fails."""
  4. __all__ = ["PostgresPartitioningError"]