summaryrefslogtreecommitdiff
path: root/src/mailman/core/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/core/errors.py')
-rw-r--r--src/mailman/core/errors.py4
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