]> git.ipfire.org Git - pakfire.git/blobdiff - python/pakfire/errors.py
Merge branch 'master' of ssh://git.ipfire.org/pub/git/oddments/pakfire
[pakfire.git] / python / pakfire / errors.py
index 99998373ce7e47254c36b6de530d87c36c53f9d0..87cb84014c21803129c4224b80d0060bff43d13d 100644 (file)
@@ -73,3 +73,6 @@ class PackageFormatUnsupportedError(Error):
 class PakfireError(Error):
        pass
 
+
+class PakfireContainerError(Error):
+       message = _("Running pakfire-build in a pakfire container?")