summaryrefslogtreecommitdiff
path: root/web-server/opendc/util/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'web-server/opendc/util/exceptions.py')
-rw-r--r--web-server/opendc/util/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-server/opendc/util/exceptions.py b/web-server/opendc/util/exceptions.py
index 8fb82e4b..7724a407 100644
--- a/web-server/opendc/util/exceptions.py
+++ b/web-server/opendc/util/exceptions.py
@@ -12,7 +12,7 @@ class MissingRequestParameterError(RequestInitializationError):
class UnsupportedMethodError(RequestInitializationError):
"""Raised when a Request does not use a supported REST method.
-
+
The method must be in all-caps, supported by REST, and implemented by the module.
"""