home · contact · privacy
Re-structure whole code into more package-typical file modularity.
[plomtask] / plomtask / misc.py
diff --git a/plomtask/misc.py b/plomtask/misc.py
new file mode 100644 (file)
index 0000000..1b780e2
--- /dev/null
@@ -0,0 +1,8 @@
+"""
+Whatever fits nowhere else, and/or is too small/trivial
+to merit its own module at this point.
+"""
+
+
+class HandledException(Exception):
+    """To identify Exceptions based on expected (if faulty) user behavior."""