home · contact · privacy
Put mypy into strict mode, adapt code to still pass.
[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."""