Raised when decryption fails
| 21 | |
| 22 | |
| 23 | class PGPDecryptionError(Exception): |
| 24 | """Raised when decryption fails""" |
| 25 | pass |
| 26 | |
| 27 | |
| 28 | class PGPIncompatibleECPointFormatError(Exception): |
no outgoing calls
no test coverage detected
searching dependent graphs…