From 802422b9c03b98b2377f08982bcbf0192bfba079 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 18 Oct 2022 18:23:01 +0000 Subject: [PATCH] errors: Forgot to commit this file Signed-off-by: Michael Tremer --- src/buildservice/errors.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/buildservice/errors.py 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 -- 2.47.2