# Copyright 2012 Google Inc. All Rights Reserved. """A simple exception for the EE library.""" class EEException(Exception): """A simple exception for the EE library.""" pass