]> git.ipfire.org Git - pbs.git/commitdiff
errors: Forgot to commit this file
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Oct 2022 18:23:01 +0000 (18:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Oct 2022 18:23:01 +0000 (18:23 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/errors.py [new file with mode: 0644]

diff --git a/src/buildservice/errors.py b/src/buildservice/errors.py
new file mode 100644 (file)
index 0000000..944939f
--- /dev/null
@@ -0,0 +1,7 @@
+
+
+class NoSuchDistroError(Exception):
+       """
+               Raised when a certain distribution could not be found
+       """
+       pass