index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-05-18 12:31:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 12:31:46 +0000 |
commit | 92a04819b223eb31ac6da0413f5840b32e14d6e4 (patch) | |
tree | 5acce665831e1b917333988b0abf3284f959493e /archinstall | |
parent | f56bfd5ab8a80a218e931b2124ccd9974517bf04 (diff) | |
parent | c14ee42bff34f6fe638fc9b045d8b2dd3fb9f560 (diff) |
-rw-r--r-- | archinstall/lib/exceptions.py | 4 |
diff --git a/archinstall/lib/exceptions.py b/archinstall/lib/exceptions.py index 6837f582..147b239b 100644 --- a/archinstall/lib/exceptions.py +++ b/archinstall/lib/exceptions.py @@ -29,10 +29,6 @@ class HardwareIncompatibilityError(BaseException): pass -class PermissionError(BaseException): - pass - - class UserError(BaseException): pass |