MCPcopy 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
18class PGPEncryptionError(Exception):
19 """Raised when encryption fails"""
20 pass
21
22
23class PGPDecryptionError(Exception):

Callers 1

_encryptFunction · 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…