earthengine-api/python/ee/ee_exception.py
2012-09-19 16:23:37 -07:00

11 lines
184 B
Python

# Copyright 2012 Google Inc. All Rights Reserved.
"""A simple exception for the EE library."""
class EEException(Exception):
"""A simple exception for the EE library."""
pass