Pushing changes as part of certmaster split
[certmaster.git] / certmaster / codes.py
index a73c700..ace800c 100755 (executable)
@@ -18,6 +18,8 @@ import exceptions
 class CertMasterException(exceptions.Exception):
     pass
 
+class CMException(CertMasterException):
+    pass
 
 class InvalidMethodException(CertMasterException):
     pass