django/contrib/gis/geos/error.py

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