Files
pyGoEdge-UserPanel/.venv/Lib/site-packages/django/contrib/gis/geos/error.py

5 lines
105 B
Python
Raw Normal View History

2025-11-18 03:36:49 +08:00
class GEOSException(Exception):
"The base GEOS exception, indicates a GEOS-related error."
pass