home · contact · privacy
Re-structure whole code into more package-typical file modularity.
[plomtask] / plomtask / misc.py
1 """
2 Whatever fits nowhere else, and/or is too small/trivial
3 to merit its own module at this point.
4 """
5
6
7 class HandledException(Exception):
8     """To identify Exceptions based on expected (if faulty) user behavior."""