error.py 104 B

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