VirtualMailManager/Exceptions.py
changeset 2 9b39f828aa8a
parent 0 bb0aa2102206
child 4 f3c30b7421b9
--- a/VirtualMailManager/Exceptions.py	Tue Jan 08 12:30:20 2008 +0000
+++ b/VirtualMailManager/Exceptions.py	Tue Jan 08 21:35:40 2008 +0000
@@ -26,7 +26,8 @@
 
 class VMMNotRootException(Exception):
     """Ausnahmeklasse für unberechtige Zugriffe"""
-    pass
+    def __init__(self, msg):
+        Exception.__init__(self, msg)
 
 class VMMDomainException(VMMException):
     """Ausnahmeklasse für Domainausnamhem"""