summit/backend/venv/lib/python3.12/site-packages/geoalchemy2/exc.py

10 lines
226 B
Python
Raw Normal View History

2025-12-08 16:31:30 +00:00
"""Exceptions used with GeoAlchemy2."""
class GeoAlchemyError(Exception):
"""Generic error class."""
class ArgumentError(GeoAlchemyError):
"""Raised when an invalid or conflicting function argument is supplied."""