MCPcopy Create free account
hub / github.com/SecurityInnovation/PGPy / PGPError

Class PGPError

pgpy/errors.py:13–15  ·  view source on GitHub ↗

Raised as a general error in PGPy

Source from the content-addressed store, hash-verified

11
12
13class PGPError(Exception):
14 """Raised as a general error in PGPy"""
15 pass
16
17
18class PGPEncryptionError(Exception):

Callers 15

decryptMethod · 0.85
add_subkeyMethod · 0.85
bindMethod · 0.85
verifyMethod · 0.85
decryptMethod · 0.85
usageMethod · 0.85
check_attributesMethod · 0.85
_actionMethod · 0.85
ascii_unarmorMethod · 0.85
__call__Method · 0.85
from_signerMethod · 0.85
__init__Method · 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…