summaryrefslogtreecommitdiff
path: root/exchange/__init__.py
blob: 429946a3ce94f534d46ffdc801e8660116ce6dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: utf-8 -*-
"""
Exchange Server Handling Code

@author: Mike Crute (mcrute@gmail.com)
@organization: SoftGroup Interactive, Inc.
@date: April 26, 2009

$Id$
"""


class ExchangeException(Exception):
    "Exception that is thrown by all Exchange handling code."