From: Michael Tremer Date: Tue, 18 Oct 2022 18:23:01 +0000 (+0000) Subject: errors: Forgot to commit this file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=802422b9c03b98b2377f08982bcbf0192bfba079;p=pbs.git errors: Forgot to commit this file Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/errors.py b/src/buildservice/errors.py new file mode 100644 index 00000000..944939f2 --- /dev/null +++ b/src/buildservice/errors.py @@ -0,0 +1,7 @@ + + +class NoSuchDistroError(Exception): + """ + Raised when a certain distribution could not be found + """ + pass