earthengine-api/python/ee/ee_exception.py
Google Earth Engine Authors eefa5a825a v0.1.363
PiperOrigin-RevId: 553607314
2023-08-09 18:23:09 +00:00

7 lines
186 B
Python

#!/usr/bin/env python
"""A simple exception for the EE library."""
class EEException(Exception): # pylint: disable=g-bad-exception-name
"""A simple exception for the EE library."""