gonna figure it out

This commit is contained in:
2024-09-28 23:12:43 -07:00
parent b6e3e24aec
commit d637131886
61 changed files with 9059 additions and 174 deletions

View File

@@ -0,0 +1,9 @@
"""Exceptions used with GeoAlchemy2."""
class GeoAlchemyError(Exception):
"""Generic error class."""
class ArgumentError(GeoAlchemyError):
"""Raised when an invalid or conflicting function argument is supplied."""