bumping version to 0.29-1
[certmaster.git] / certmaster / codes.py
old mode 100755 (executable)
new mode 100644 (file)
index c6bcb61..e8e1c71
@@ -1,7 +1,7 @@
 """
-func
+Certmaster
 
-Copyright 2007, Red Hat, Inc
+Copyright 2007-2008, Red Hat, Inc
 See AUTHORS
 
 This software may be freely redistributed under the terms of the GNU
@@ -15,11 +15,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 import exceptions
 
 
-class FuncException(exceptions.Exception):
+class CertMasterException(exceptions.Exception):
     pass
 
+class CMException(CertMasterException):
+    pass
 
-class InvalidMethodException(FuncException):
+class InvalidMethodException(CertMasterException):
     pass
 
 # FIXME: more sub-exceptions maybe