summaryrefslogtreecommitdiff
path: root/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'exceptions.py')
-rw-r--r--exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/exceptions.py b/exceptions.py
index 3e0a2d0..59aa262 100644
--- a/exceptions.py
+++ b/exceptions.py
@@ -1,5 +1,8 @@
#!/usr/bin/env python3
+# This module is commonly used by others in here and should avoid
+# taking any unnecessary dependencies back on them.
+
class PreconditionException(AssertionError):
pass