changeset 55 | 15c873f94ba6 |
parent 48 | 0d5f58f8b8f5 |
child 61 | d85482575349 |
--- a/VirtualMailManager/Exceptions.py Fri Aug 22 16:25:15 2008 +0000 +++ b/VirtualMailManager/Exceptions.py Fri Aug 22 20:00:50 2008 +0000 @@ -47,8 +47,8 @@ def __init__(self, msg, code): VMMException.__init__(self, msg, code) -class VMMDomainAliasException(VMMException): - """Exception class for DomainAlias exceptions""" +class VMMAliasDomainException(VMMException): + """Exception class for AliasDomain exceptions""" def __init__(self, msg, code): VMMException.__init__(self, msg, code)