mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-22 04:49:49 -04:00
4 lines
104 B
Python
4 lines
104 B
Python
class GEOSException(Exception):
|
|
"The base GEOS exception, indicates a GEOS-related error."
|
|
pass
|