summaryrefslogtreecommitdiffstats
path: root/func/minion/codes.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/minion/codes.py')
-rwxr-xr-xfunc/minion/codes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/func/minion/codes.py b/func/minion/codes.py
index 3d83668..a20c95e 100755
--- a/func/minion/codes.py
+++ b/func/minion/codes.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
"""
func
@@ -19,9 +18,11 @@ import exceptions
class FuncException(exceptions.Exception):
pass
+
class InvalidMethodException(FuncException):
pass
+
class AccessToMethodDenied(FuncException):
pass