Changeset 63 for branches/3.0/turbomail/exceptions.py
- Timestamp:
- 11/07/07 01:11:02 (1 year ago)
- Files:
-
- 1 modified
-
branches/3.0/turbomail/exceptions.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/turbomail/exceptions.py
r40 r63 3 3 """Exceptions used by TurboMail to report common errors.""" 4 4 5 5 __version__ = "$Revision: 1 $" 6 6 __all__ = ['MailException', 'MailNotEnabledError', 'MailConfigurationError', 'ProviderException', 'ProviderExhaustedException', 'ManagerException'] 7 7
