summaryrefslogtreecommitdiff
path: root/src/home/pio/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/home/pio/exceptions.py')
-rw-r--r--src/home/pio/exceptions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/home/pio/exceptions.py b/src/home/pio/exceptions.py
new file mode 100644
index 0000000..a6afd20
--- /dev/null
+++ b/src/home/pio/exceptions.py
@@ -0,0 +1,2 @@
+class ProductConfigNotFoundError(Exception):
+ pass