summaryrefslogtreecommitdiffstats
path: root/server/codes.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/codes.py')
-rwxr-xr-xserver/codes.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/codes.py b/server/codes.py
index 69ea95b..dc0ceac 100755
--- a/server/codes.py
+++ b/server/codes.py
@@ -22,4 +22,7 @@ import traceback
class FuncException(exceptions.Exception):
pass
+class InvalidMethodException(FuncException):
+ pass
+
# FIXME: more sub-exceptions maybe