diff options
| author | Barry Warsaw | 2009-07-26 21:23:02 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-07-26 21:23:02 -0400 |
| commit | 46d51f3f1b7b241b079b0377d99f969f2fe1373f (patch) | |
| tree | 7e5c097410c360d4c1cd9d23dd34dcdf22e0ee5a /src/mailman/core/errors.py | |
| parent | 9c5c394a0912b56dd0fa1cabe07833aca24b92ef (diff) | |
| download | mailman-46d51f3f1b7b241b079b0377d99f969f2fe1373f.tar.gz mailman-46d51f3f1b7b241b079b0377d99f969f2fe1373f.tar.zst mailman-46d51f3f1b7b241b079b0377d99f969f2fe1373f.zip | |
Diffstat (limited to 'src/mailman/core/errors.py')
| -rw-r--r-- | src/mailman/core/errors.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mailman/core/errors.py b/src/mailman/core/errors.py index 9b053301c..f320dc9d2 100644 --- a/src/mailman/core/errors.py +++ b/src/mailman/core/errors.py @@ -23,7 +23,6 @@ __metaclass__ = type __all__ = [ 'AlreadyReceivingDigests', 'AlreadyReceivingRegularDeliveries', - 'BadDomainSpecificationError', 'BadPasswordSchemeError', 'CantDigestError', 'DiscardMessage', @@ -72,9 +71,6 @@ class MailmanError(MailmanException): """Base class for all Mailman errors.""" pass -class BadDomainSpecificationError(MailmanError): - """The specification of a virtual domain is invalid or duplicated.""" - # Exception hierarchy for bad email address errors that can be raised from |
