diff options
| author | Barry Warsaw | 2009-12-28 05:46:55 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-12-28 05:46:55 -0500 |
| commit | 7174e2fc80c296a71496b177b53205e8f4508feb (patch) | |
| tree | eeb9448e12ce8ca30b6a989ef5a59586468c1029 /src/mailman/core/errors.py | |
| parent | f422ddd4eb550c1bc76172a1031a7387f5a7ec28 (diff) | |
| download | mailman-7174e2fc80c296a71496b177b53205e8f4508feb.tar.gz mailman-7174e2fc80c296a71496b177b53205e8f4508feb.tar.zst mailman-7174e2fc80c296a71496b177b53205e8f4508feb.zip | |
Diffstat (limited to 'src/mailman/core/errors.py')
| -rw-r--r-- | src/mailman/core/errors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/core/errors.py b/src/mailman/core/errors.py index 2d31863c3..7dbc851d1 100644 --- a/src/mailman/core/errors.py +++ b/src/mailman/core/errors.py @@ -58,7 +58,6 @@ class MailmanException(Exception): # "New" style membership exceptions (new w/ MM2.1) class MemberError(MailmanException): pass -class NotAMemberError(MemberError): pass class AlreadyReceivingDigests(MemberError): pass class AlreadyReceivingRegularDeliveries(MemberError): pass class CantDigestError(MemberError): pass |
