summaryrefslogtreecommitdiffstats
path: root/certmaster/codes.py
diff options
context:
space:
mode:
Diffstat (limited to 'certmaster/codes.py')
-rwxr-xr-xcertmaster/codes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/certmaster/codes.py b/certmaster/codes.py
index a73c700..ace800c 100755
--- a/certmaster/codes.py
+++ b/certmaster/codes.py
@@ -18,6 +18,8 @@ import exceptions
class CertMasterException(exceptions.Exception):
pass
+class CMException(CertMasterException):
+ pass
class InvalidMethodException(CertMasterException):
pass