earthengine-api/python/ee/ee_exception.py
Google Earth Engine Authors 8fee1d9e26 v0.1.386
PiperOrigin-RevId: 597577360
2024-01-18 18:09:09 +00:00

6 lines
164 B
Python

"""A simple exception for the EE library."""
class EEException(Exception): # pylint: disable=g-bad-exception-name
"""A simple exception for the EE library."""