mirror of
https://github.com/google/earthengine-api.git
synced 2025-12-08 19:26:12 +00:00
9 lines
133 B
Python
9 lines
133 B
Python
"""A simple exception for the EE library."""
|
|
|
|
|
|
|
|
|
|
class EEException(Exception):
|
|
"""A simple exception for the EE library."""
|
|
pass
|