X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=certmaster%2Fcodes.py;h=ace800c062e6c37a78b06655709e07e070035c94;hp=a73c700c5cdc47af433aead863d7a1c158241103;hb=d6dfdb25c4e8be31d77ba8db7c3499e3f10e0c4b;hpb=9713ae6bad871bc151d378d3d837f09d6e646832 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