X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdak_exceptions.py;h=33fa5ad3cacde8d62b3475914e03f4fa65ae9df4;hb=54801e18aa70713b68b77fa6be25cdfe4e6bd152;hp=b210a6f4f9a0978a09255934c391e17ef393cf05;hpb=44610bd50e94e0ef438f87c3e3fb756ed12d65ba;p=dak.git diff --git a/daklib/dak_exceptions.py b/daklib/dak_exceptions.py index b210a6f4..33fa5ad3 100755 --- a/daklib/dak_exceptions.py +++ b/daklib/dak_exceptions.py @@ -57,7 +57,9 @@ 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""", + "ChangesUnicodeError": """Exception raised - changes file not properly utf-8 encoded""" } #: All dak exceptions def construct_dak_exception(name, description):