mysteriendrama/lib/python3.11/site-packages/django/contrib/gis/geos/error.py

4 lines
104 B
Python
Raw Normal View History

2023-07-22 12:04:19 +02:00
class GEOSException(Exception):
"The base GEOS exception, indicates a GEOS-related error."
pass