Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SecurityInnovation/PGPy
/ PGPEncryptionError
Class
PGPEncryptionError
pgpy/errors.py:18–20 ·
view source on GitHub ↗
Raised when encryption fails
Source
from the content-addressed store, hash-verified
16
17
18
class
PGPEncryptionError(Exception):
19
""
"Raised when encryption fails"
""
20
pass
21
22
23
class
PGPDecryptionError(Exception):
Callers
1
_encrypt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…