We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390e2d9 commit bada960Copy full SHA for bada960
1 file changed
multiversx_sdk_cli/errors.py
@@ -2,8 +2,6 @@
2
3
4
class KnownError(Exception):
5
- inner = None
6
-
7
def __init__(self, message: str, inner: Union[Any, None] = None):
8
super().__init__(message)
9
self.inner = inner
0 commit comments