4 lines
104 B
Python

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