index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-06 22:20:34 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-06 22:20:34 +0200 |
commit | f7d3022cc84eb30c90f4906f68c744d8f24f2132 (patch) | |
tree | 91bb222d1f43503858a7583d38caedf1ed500ed9 /archinstall/lib/exceptions.py | |
parent | db528d86761ac8d8e1fc13be04d5c1d2e137fd8d (diff) |
-rw-r--r-- | archinstall/lib/exceptions.py | 2 |
diff --git a/archinstall/lib/exceptions.py b/archinstall/lib/exceptions.py index 24f3f273..9d033147 100644 --- a/archinstall/lib/exceptions.py +++ b/archinstall/lib/exceptions.py @@ -1,4 +1,6 @@ class RequirementError(BaseException): pass class DiskError(BaseException): + pass +class ProfileError(BaseException): pass
\ No newline at end of file |