django/django

View on GitHub
django/contrib/gis/geos/error.py

Summary

Maintainability
A
0 mins
Test Coverage
class GEOSException(Exception):
    "The base GEOS exception, indicates a GEOS-related error."
    pass