Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/exceptions.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-06-29 08:55:25 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-06-29 08:55:25 +0000
commit5ae18b80fd118cc07108694feb81e5e02a9b18f3 (patch)
treeae19f5234e465492044052a8ef4bf6029e42c1d3 /exceptions.py
parent89ecdee763677fd455fc9ae722632928047a791d (diff)
Starting to rework the entire codebase to be context friendly. Annotations is next after one successful install.
Diffstat (limited to 'exceptions.py')
-rw-r--r--exceptions.py4
1 files changed, 4 insertions, 0 deletions
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