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@hvornum.se>2021-01-26 00:33:28 +0100
committerAnton Hvornum <anton@hvornum.se>2021-01-26 00:33:28 +0100
commit65e6b8fe31a3d1198ee694f17f32541cb5e0b921 (patch)
tree562bd78053e05fe708ac221840666e704ce5b9fa /archinstall/lib/exceptions.py
parent7eaee2cd4817c1aaca013f8baa267ddf4503f678 (diff)
parent190ec7ad42bc59b7238b77dc4d7f3128e2f1eb78 (diff)
Merge branch 'master' of github.com:Torxed/archinstall into improved-logging
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 2a1cae14..84e6a766 100644
--- a/archinstall/lib/exceptions.py
+++ b/archinstall/lib/exceptions.py
@@ -7,4 +7,6 @@ class ProfileError(BaseException):
class SysCallError(BaseException):
pass
class ProfileNotFound(BaseException):
+ pass
+class HardwareIncompatibilityError(BaseException):
pass \ No newline at end of file