#!/usr/bin/env python3 """A simple exception for the EE library.""" class EEException(Exception): # pylint: disable=g-bad-exception-name """A simple exception for the EE library."""