X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=plomtask%2Fexceptions.py;h=5a18cf13b37120caaadb443f50ed1b07146ad707;hb=12be63c6ef58282cb6b7d5b7bc2eabe8946a1bfc;hp=2e479d9cb144f8e25aafccdc09a75e20d75de6f3;hpb=be5fe79322159cee339baa7919e38774298ebd95;p=plomtask diff --git a/plomtask/exceptions.py b/plomtask/exceptions.py index 2e479d9..5a18cf1 100644 --- 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):