5 lines
105 B
Python
5 lines
105 B
Python
|
|
class GEOSException(Exception):
|
||
|
|
"The base GEOS exception, indicates a GEOS-related error."
|
||
|
|
|
||
|
|
pass
|