# -*- coding: utf-8 -*- """ Exchange Server Handling Code @author: Mike Crute (mcrute@gmail.com) @organization: SoftGroup Interactive, Inc. @date: April 26, 2009 @version: $Rev$ $Id$ """ class ExchangeException(Exception): "Exception that is thrown by all Exchange handling code."