diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-23 10:42:49 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-23 10:42:49 +0100 |
| commit | ed6073f2c2c6600063f2e5062937b7a2a1162eb2 (patch) | |
| tree | d43109bb55546fc4815824579c4879b51e4c3605 /wrappers/python/eduvpncommon/error.py | |
| parent | e9597dc652e8ca99141b0d66bfca3e24f233d430 (diff) | |
Python: Implement state callbacks using decorators
Diffstat (limited to 'wrappers/python/eduvpncommon/error.py')
| -rw-r--r-- | wrappers/python/eduvpncommon/error.py | 1 |
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 |
