index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-01-26 00:33:28 +0100 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-01-26 00:33:28 +0100 |
commit | 65e6b8fe31a3d1198ee694f17f32541cb5e0b921 (patch) | |
tree | 562bd78053e05fe708ac221840666e704ce5b9fa /archinstall/lib/exceptions.py | |
parent | 7eaee2cd4817c1aaca013f8baa267ddf4503f678 (diff) | |
parent | 190ec7ad42bc59b7238b77dc4d7f3128e2f1eb78 (diff) |
-rw-r--r-- | archinstall/lib/exceptions.py | 2 |
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 |