]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/dak_exceptions.py
update db
[dak.git] / daklib / dak_exceptions.py
index b210a6f4f9a0978a09255934c391e17ef393cf05..d18bee1e6f1691c6940268175fddcd9fa18b1e17 100755 (executable)
@@ -57,7 +57,8 @@ dakerrors = {
     "SendmailFailedError": """Exception raised when Sendmail invocation failed.""",
     "NoFreeFilenameError": """Exception raised when no alternate filename was found.""",
     "TransitionsError":    """Exception raised when transitions file can't be parsed.""",
-    "NoSourceFieldError":  """Exception raised - we cant find the source - wtf?"""
+    "NoSourceFieldError":  """Exception raised - we cant find the source - wtf?""",
+    "DBUpdateError":       """Exception raised - could not update the database"""
 } #: All dak exceptions
 
 def construct_dak_exception(name, description):