Files

5 lines
105 B
Python
Raw Permalink Normal View History

2025-11-18 03:36:49 +08:00
class GEOSException(Exception):
"The base GEOS exception, indicates a GEOS-related error."
pass