Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archinstall/lib/exceptions.py4
1 files changed, 0 insertions, 4 deletions
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