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:
authorZach Osman <zosman@gmu.edu>2021-04-05 13:10:35 -0400
committerZach Osman <zosman@gmu.edu>2021-04-05 13:10:35 -0400
commit0888ca592aab78e629ac5bdcdf60f3e059155ba7 (patch)
tree59bb18818915777f1992930bbfa4e8d5c988f554 /archinstall/lib/exceptions.py
parent45e61dd83e001a1a8d5d72531a8b3b23e9747525 (diff)
allow multiple services to be enabled at once
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 a320eef6..49913980 100644
--- a/archinstall/lib/exceptions.py
+++ b/archinstall/lib/exceptions.py
@@ -18,4 +18,6 @@ class HardwareIncompatibilityError(BaseException):
class PermissionError(BaseException):
pass
class UserError(BaseException):
+ pass
+class ServiceException(BaseException):
pass \ No newline at end of file