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