home
·
contact
·
privacy
projects
/
plomtask
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa3103
)
Fix module description.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 27 Mar 2024 03:18:14 +0000
(
04:18
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 27 Mar 2024 03:18:14 +0000
(
04:18
+0100)
plomtask/exceptions.py
patch
|
blob
|
history
diff --git
a/plomtask/exceptions.py
b/plomtask/exceptions.py
index 2e479d9cb144f8e25aafccdc09a75e20d75de6f3..5a18cf13b37120caaadb443f50ed1b07146ad707 100644
(file)
--- a/
plomtask/exceptions.py
+++ b/
plomtask/exceptions.py
@@
-1,7
+1,4
@@
-"""
-Whatever fits nowhere else, and/or is too small/trivial
-to merit its own module at this point.
-"""
+"""Exceptions triggering different HTTP codes."""
class HandledException(Exception):