summaryrefslogtreecommitdiff
path: root/wrappers/python/eduvpncommon/error.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-23 10:42:49 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-23 10:42:49 +0100
commited6073f2c2c6600063f2e5062937b7a2a1162eb2 (patch)
treed43109bb55546fc4815824579c4879b51e4c3605 /wrappers/python/eduvpncommon/error.py
parente9597dc652e8ca99141b0d66bfca3e24f233d430 (diff)
Python: Implement state callbacks using decorators
Diffstat (limited to 'wrappers/python/eduvpncommon/error.py')
-rw-r--r--wrappers/python/eduvpncommon/error.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrappers/python/eduvpncommon/error.py b/wrappers/python/eduvpncommon/error.py
index ce0cec1..59f0607 100644
--- a/wrappers/python/eduvpncommon/error.py
+++ b/wrappers/python/eduvpncommon/error.py
@@ -1,5 +1,6 @@
from enum import Enum
+
class GoError(Exception):
message_dict: dict
code: Enum