Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
class
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
53
class
InvalidKey(Exception):
Callers
1
_openssl_assert
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected