index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-01-25 23:32:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 23:32:10 +0100 |
commit | 190ec7ad42bc59b7238b77dc4d7f3128e2f1eb78 (patch) | |
tree | cb8cf3e77dd59bd3a3dc3eb630934d34fef2376f /archinstall/lib/exceptions.py | |
parent | 0c92710c56eb29b43e08e8623b2c893e1ee5e2dc (diff) | |
parent | 3db8e3abbc8133ecb1875465f5cb3a1ea8557e86 (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 |