]> git.ipfire.org Git - pakfire.git/blobdiff - python/pakfire/errors.py
Verify signatures when installing packages.
[pakfire.git] / python / pakfire / errors.py
index fa9df78c84a55fe641c02d99a855e65c2432e0c2..2017b65e719bb6ad29e99c8c04d6a308c45f4f2e 100644 (file)
@@ -86,5 +86,9 @@ class PakfireContainerError(Error):
        message = _("Running pakfire-build in a pakfire container?")
 
 
+class SignatureError(Error):
+       pass
+
+
 class TransactionCheckError(Error):
        message = _("Transaction test was not successful")