index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-02-11 20:26:33 +0100 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2022-02-11 20:26:33 +0100 |
commit | 49a93480a8a10359e174308881e196081256c5dc (patch) | |
tree | e5518f342b1655596fdc3ec902c73ee390f19ca3 /archinstall/lib/exceptions.py | |
parent | 5990491292fb1a9b7dbd80af6109d9e71630a75c (diff) |
-rw-r--r-- | archinstall/lib/exceptions.py | 5 |
diff --git a/archinstall/lib/exceptions.py b/archinstall/lib/exceptions.py index b89d1fcb..f6f58151 100644 --- a/archinstall/lib/exceptions.py +++ b/archinstall/lib/exceptions.py @@ -42,5 +42,10 @@ class UserError(BaseException): class ServiceException(BaseException): pass + class PackageError(BaseException): + pass + + +class TranslationError(BaseException): pass
\ No newline at end of file |