earthengine-api/python/ee/ee_exception.py
Max Shawabkeh 2403df3657 v0.1.51.
2015-04-22 16:36:30 -07:00

10 lines
155 B
Python

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