X-Git-Url: https://pwan.org/git/?a=blobdiff_plain;f=certmaster%2FCommonErrors.py;h=437606aa69b132a62c4c8892912153964a9da5de;hb=e2f635bb3294d13a29420ab0d0aab5ace0cfe03f;hp=c76cb3d4f5079fe49c36625587aa3e4dc003c156;hpb=8f2ff4d7c902d534d68ff1a16418b7be492033bf;p=certmaster.git 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