gonna figure it out
This commit is contained in:
9
.venv/lib/python3.12/site-packages/geoalchemy2/exc.py
Normal file
9
.venv/lib/python3.12/site-packages/geoalchemy2/exc.py
Normal 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."""
|
||||
Reference in New Issue
Block a user