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:
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