For now, revert r2093-2095, which were committed by accident; I'm not
[invirt/packages/invirt-base.git] / python / invirt / common.py
index eb2e90e..a85d955 100644 (file)
@@ -75,9 +75,7 @@ class InvalidInput(Exception):
 
 class CodeError(Exception):
     """Exception for internal errors or bad faith input."""
 
 class CodeError(Exception):
     """Exception for internal errors or bad faith input."""
-    def __init__(self, message, code=None):
-        Exception.__init__(self, message)
-        self.code = code
+    pass
 
 #
 # Tests.
 
 #
 # Tests.