MCPcopy Create free account
hub / github.com/pyca/cryptography / InternalError

Class InternalError

src/cryptography/exceptions.py:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class InternalError(Exception):
46 def __init__(
47 self, msg: str, err_code: typing.List[rust_openssl.OpenSSLError]
48 ) -> None:
49 super().__init__(msg)
50 self.err_code = err_code
51
52
53class InvalidKey(Exception):

Callers 1

_openssl_assertFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected