diff options
| author | Barry Warsaw | 2007-08-05 00:32:09 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-08-05 00:32:09 -0400 |
| commit | 959f34a62e0ec3cbe73da3d43640ccb6791cf3a0 (patch) | |
| tree | afcf868061fe6a5b56aeb7493c1e72e215fcce1a /Mailman/Errors.py | |
| parent | ec734fab4791c107610caf73931e570b2d1b6bd0 (diff) | |
| download | mailman-959f34a62e0ec3cbe73da3d43640ccb6791cf3a0.tar.gz mailman-959f34a62e0ec3cbe73da3d43640ccb6791cf3a0.tar.zst mailman-959f34a62e0ec3cbe73da3d43640ccb6791cf3a0.zip | |
Diffstat (limited to 'Mailman/Errors.py')
| -rw-r--r-- | Mailman/Errors.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mailman/Errors.py b/Mailman/Errors.py index abfeb5d38..594293caa 100644 --- a/Mailman/Errors.py +++ b/Mailman/Errors.py @@ -237,3 +237,8 @@ class AddressAlreadyLinkedError(AddressError): class AddressNotLinkedError(AddressError): """The address is not linked to the user.""" + + + +class DuplicateStyleError(MailmanError): + """A style with the same name is already registered.""" |
