earthengine-api/python/ee/ee_exception.py
2013-05-22 15:03:30 -07:00

9 lines
133 B
Python

"""A simple exception for the EE library."""
class EEException(Exception):
"""A simple exception for the EE library."""
pass