index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-12 00:09:55 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-04-12 00:09:55 +0200 |
commit | 398f95ee563be90d84cc943baf88943c078abe03 (patch) | |
tree | 850c595fea440d8681310eecf117c25a94de82f2 /archinstall/lib/exceptions.py | |
parent | 94c31222fab7d5fa02f6f2393893e248d64a8dcb (diff) | |
parent | be45268d0bca2ee978d82d8361a12c5025a8baae (diff) |
-rw-r--r-- | archinstall/lib/exceptions.py | 2 |
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 |