summaryrefslogtreecommitdiff
path: root/Mailman/Errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Errors.py')
-rw-r--r--Mailman/Errors.py5
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."""