mirror of
https://github.com/google/earthengine-api.git
synced 2025-12-08 19:26:12 +00:00
6 lines
164 B
Python
6 lines
164 B
Python
"""A simple exception for the EE library."""
|
|
|
|
|
|
class EEException(Exception): # pylint: disable=g-bad-exception-name
|
|
"""A simple exception for the EE library."""
|