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

    pass