summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/error.py
blob: af2ac2fd42263b290731311b0043b67d561e5785 (plain)
1
2
3
class GEOSException(Exception):
    "The base GEOS exception, indicates a GEOS-related error."
    pass