Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib/exceptions.py')
-rw-r--r--archinstall/lib/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/archinstall/lib/exceptions.py b/archinstall/lib/exceptions.py
new file mode 100644
index 00000000..24f3f273
--- /dev/null
+++ b/archinstall/lib/exceptions.py
@@ -0,0 +1,4 @@
+class RequirementError(BaseException):
+ pass
+class DiskError(BaseException):
+ pass \ No newline at end of file