summaryrefslogtreecommitdiffstats
path: root/certmaster/CommonErrors.py
diff options
context:
space:
mode:
Diffstat (limited to 'certmaster/CommonErrors.py')
-rw-r--r--certmaster/CommonErrors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/certmaster/CommonErrors.py b/certmaster/CommonErrors.py
index c76cb3d..437606a 100644
--- a/certmaster/CommonErrors.py
+++ b/certmaster/CommonErrors.py
@@ -60,7 +60,8 @@ def canIgnoreSocketError(e):
return False
-class Func_Client_Exception(Exception):
+# FIXME: is anything using this? remove underscores
+class CertMaster_Client_Exception(Exception):
def __init__(self, value=None):
Exception.__init__(self)
self.value = value