earthengine-api/python/ee/ee_exception.py
Google Earth Engine Authors cada8136b9 v0.1.368
PiperOrigin-RevId: 562013832
2023-09-07 15:22:33 +00:00

7 lines
187 B
Python

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