brancher/venv/Lib/site-packages/django/contrib/gis/geos/error.py
2020-07-13 22:14:05 -04:00

4 lines
104 B
Python

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