home · contact · privacy
1b780e29d90af5c17820f642fc445e27b9e8cc25
[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."""