Files
california-equity-git/.venv/lib/python3.12/site-packages/geoalchemy2/exc.py
2024-09-28 23:12:43 -07:00

10 lines
226 B
Python

"""Exceptions used with GeoAlchemy2."""
class GeoAlchemyError(Exception):
"""Generic error class."""
class ArgumentError(GeoAlchemyError):
"""Raised when an invalid or conflicting function argument is supplied."""