]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/dak_exceptions.py
Add by-hash support
[dak.git] / daklib / dak_exceptions.py
old mode 100755 (executable)
new mode 100644 (file)
index 21fce9b..e111afd
@@ -61,7 +61,8 @@ dakerrors = {
     "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""",
-    "AlreadyLockedError":  """Exception raised - package already locked by someone else"""
+    "AlreadyLockedError":  """Exception raised - package already locked by someone else""",
+    "CantGetLockError":    """Exception raised - lockfile already in use""",
 } #: All dak exceptions
 
 def construct_dak_exception(name, description):