earthengine-api/python/ee/ee_exception.py
Google Earth Engine Authors 154cfcd931 v0.1.361
PiperOrigin-RevId: 549398378
2023-07-27 16:21:37 +00:00

8 lines
153 B
Python

#!/usr/bin/env python
"""A simple exception for the EE library."""
class EEException(Exception):
"""A simple exception for the EE library."""
pass