]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/dak_exceptions.py
Merge commit 'pkern/master' into merge
[dak.git] / daklib / dak_exceptions.py
index b52e0657f6285629f9b540cd72908335de1989b6..4e795461532e6b6284057b5a961ac88d329c83be 100644 (file)
@@ -48,7 +48,8 @@ dakerrors = {
     "FileExistsError":     """Exception raised when destination file exists.""",
     "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."""
+    "TransitionsError":    """Exception raised when transitions file can't be parsed.""",
+    "NoSourceFieldError":  """Exception raised - we cant find the source - wtf?"""
 }
 
 def construct_dak_exception(name, description):