]> git.ipfire.org Git - pakfire.git/blobdiff - python/pakfire/errors.py
Rewrite code that forks subprocesses.
[pakfire.git] / python / pakfire / errors.py
index 3af257d531be3513ddd1d067f40c8d8890a280fb..3ac7b3c1f1ff7ee334af06248b258e84e8519754 100644 (file)
@@ -86,6 +86,10 @@ class PakfireContainerError(Error):
        message = _("Running pakfire-build in a pakfire container?")
 
 
+class ShellEnvironmentError(Error):
+       pass
+
+
 class SignatureError(Error):
        pass