django1/django/contrib/gis/geos/error.py

4 lines
104 B
Python

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