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:
authorAnton Hvornum <anton@hvornum.se>2022-02-11 20:26:33 +0100
committerAnton Hvornum <anton@hvornum.se>2022-02-11 20:26:33 +0100
commit49a93480a8a10359e174308881e196081256c5dc (patch)
treee5518f342b1655596fdc3ec902c73ee390f19ca3 /archinstall/lib/exceptions.py
parent5990491292fb1a9b7dbd80af6109d9e71630a75c (diff)
Added better error output (based on #963)
Diffstat (limited to 'archinstall/lib/exceptions.py')
-rw-r--r--archinstall/lib/exceptions.py5
1 files changed, 5 insertions, 0 deletions
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