summaryrefslogtreecommitdiff
path: root/exchange/__init__.py
blob: e3d54e03a4d837567b19bb48affc5cdaa8454ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- 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."