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