ee_exception.py 155 B

123456789
  1. #!/usr/bin/env python
  2. """A simple exception for the EE library."""
  3. class EEException(Exception):
  4. """A simple exception for the EE library."""
  5. pass