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:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-11 11:02:02 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-11 11:02:02 -0400
commit3cec44463f9bf3e62c172e43bbcd236a8d396d34 (patch)
tree9959b8c7c01c37f43e8ba76bc214b442678a202b /archinstall/lib/exceptions.py
parent0762a7173c17af538e8793129666f42827caf5d4 (diff)
parentbe45268d0bca2ee978d82d8361a12c5025a8baae (diff)
Merge remote-tracking branch 'archlinux/master' into continuous-integration
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