# vim: set filencoding=utf8 """ Exchange Server Handling Code @author: Mike Crute (mcrute@gmail.com) @organization: SoftGroup Interactive, Inc. @date: April 26, 2009 """ class ExchangeException(Exception): "Exception that is thrown by all Exchange handling code."