mysteriendrama/lib/python3.11/site-packages/django/contrib/gis/geos/error.py
2023-07-22 12:13:39 +02:00

4 lines
104 B
Python

class GEOSException(Exception):
"The base GEOS exception, indicates a GEOS-related error."
pass