diff options
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 |
