index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-06-29 08:55:25 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-06-29 08:55:25 +0000 |
commit | 5ae18b80fd118cc07108694feb81e5e02a9b18f3 (patch) | |
tree | ae19f5234e465492044052a8ef4bf6029e42c1d3 /exceptions.py | |
parent | 89ecdee763677fd455fc9ae722632928047a791d (diff) |
-rw-r--r-- | exceptions.py | 4 |
diff --git a/exceptions.py b/exceptions.py new file mode 100644 index 00000000..24f3f273 --- /dev/null +++ b/exceptions.py @@ -0,0 +1,4 @@ +class RequirementError(BaseException): + pass +class DiskError(BaseException): + pass
\ No newline at end of file |