]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/dak_exceptions.py
Merge branch 'merge'
[dak.git] / daklib / dak_exceptions.py
index ccd63e5055e28df08af620008e08e1457acddf2d..21fce9be57665a87d870b4ecacc433c4742daa89 100755 (executable)
@@ -60,7 +60,8 @@ dakerrors = {
     "NoSourceFieldError":  """Exception raised - we cant find the source - wtf?""",
     "MissingContents":     """Exception raised - we could not determine contents for this deb""",
     "DBUpdateError":       """Exception raised - could not update the database""",
-    "ChangesUnicodeError": """Exception raised - changes file not properly utf-8 encoded"""
+    "ChangesUnicodeError": """Exception raised - changes file not properly utf-8 encoded""",
+    "AlreadyLockedError":  """Exception raised - package already locked by someone else"""
 } #: All dak exceptions
 
 def construct_dak_exception(name, description):