summaryrefslogtreecommitdiff
path: root/blc2/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'blc2/exceptions.py')
-rw-r--r--blc2/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/blc2/exceptions.py b/blc2/exceptions.py
new file mode 100644
index 0000000..1b950e8
--- /dev/null
+++ b/blc2/exceptions.py
@@ -0,0 +1,4 @@
+"""Module containing common exceptions."""
+
+class LoadError(Exception):
+ pass