mirror of https://github.com/sgoudham/Enso-Bot.git
4 lines
104 B
Python
4 lines
104 B
Python
5 years ago
|
class GEOSException(Exception):
|
||
|
"The base GEOS exception, indicates a GEOS-related error."
|
||
|
pass
|