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-25 23:32:10 +0100
committerGitHub <noreply@github.com>2021-01-25 23:32:10 +0100
commit190ec7ad42bc59b7238b77dc4d7f3128e2f1eb78 (patch)
treecb8cf3e77dd59bd3a3dc3eb630934d34fef2376f /archinstall/lib/exceptions.py
parent0c92710c56eb29b43e08e8623b2c893e1ee5e2dc (diff)
parent3db8e3abbc8133ecb1875465f5cb3a1ea8557e86 (diff)
Merge pull request #96 from Torxed/hardware-n-wifi
Added wifi-configuration support (basic) by copying existing `iwd` configurations. Also added some hardware detection helpers such as `UEFI` detection and wifi hardware as well as detection for three common graphic cards.
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