mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-05-14 06:29:48 -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
|