home
·
contact
·
privacy
projects
/
plomtask
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add rump HTTP server/handler testing.
[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."""