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:
authorAnton Hvornum <anton.feeds@gmail.com>2021-02-17 13:30:14 +0100
committerAnton Hvornum <anton.feeds@gmail.com>2021-02-17 13:30:14 +0100
commit572d59e5607811c4f7456d09ad1744b2da3ea394 (patch)
treeadf0a62f1adf5ea10cd4c9ea9151ae3f68dbfbf1 /archinstall/lib/exceptions.py
parent5cb3b0d176fff9d2c2fb814530b29eca5819fe8e (diff)
Cleaning up guided.py a bit to be less complex and convoluted, while still performing the same task.
Diffstat (limited to 'archinstall/lib/exceptions.py')
-rw-r--r--archinstall/lib/exceptions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archinstall/lib/exceptions.py b/archinstall/lib/exceptions.py
index 5186bfd4..5a5d47c6 100644
--- a/archinstall/lib/exceptions.py
+++ b/archinstall/lib/exceptions.py
@@ -13,4 +13,6 @@ class ProfileNotFound(BaseException):
class HardwareIncompatibilityError(BaseException):
pass
class PermissionError(BaseException):
+ pass
+class UserError(BaseException):
pass \ No newline at end of file