summaryrefslogtreecommitdiff
path: root/Mailman/Errors.py
diff options
context:
space:
mode:
authorbwarsaw2002-01-06 04:20:56 +0000
committerbwarsaw2002-01-06 04:20:56 +0000
commit992b7b41b348fba00dc2ac05feee3307cc9dd979 (patch)
tree2442377bd5239bb42c9b4801124036005696e34e /Mailman/Errors.py
parent0830653ba74908f4274d6c5961f6ae1acbbc7691 (diff)
downloadmailman-992b7b41b348fba00dc2ac05feee3307cc9dd979.tar.gz
mailman-992b7b41b348fba00dc2ac05feee3307cc9dd979.tar.zst
mailman-992b7b41b348fba00dc2ac05feee3307cc9dd979.zip
Diffstat (limited to 'Mailman/Errors.py')
-rw-r--r--Mailman/Errors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Errors.py b/Mailman/Errors.py
index ba2e5184c..e68d499a7 100644
--- a/Mailman/Errors.py
+++ b/Mailman/Errors.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -39,6 +39,7 @@ class AlreadyReceivingDigests(MemberError): pass
class AlreadyReceivingRegularDeliveries(MemberError): pass
class CantDigestError(MemberError): pass
class MustDigestError(MemberError): pass
+class MembershipIsBanned(MemberError): pass
# Exception hierarchy for various authentication failures, can be
# raised from functions in SecurityManager.py