X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdak_exceptions.py;h=4e795461532e6b6284057b5a961ac88d329c83be;hb=f8996e240d9d0278bce098e23be63db0bcc6fbee;hp=b52e0657f6285629f9b540cd72908335de1989b6;hpb=813e459ceb4cdacc2498a2e2c2d51fc37437a53f;p=dak.git diff --git a/daklib/dak_exceptions.py b/daklib/dak_exceptions.py index b52e0657..4e795461 100644 --- a/daklib/dak_exceptions.py +++ b/daklib/dak_exceptions.py @@ -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):