| 30 | class PDFNoValidXRef(PDFSyntaxError): pass |
| 31 | class PDFNoOutlines(PDFException): pass |
| 32 | class PDFDestinationNotFound(PDFException): pass |
| 33 | class PDFEncryptionError(PDFException): pass |
| 34 | class PDFPasswordIncorrect(PDFEncryptionError): pass |
| 35 |
no outgoing calls
no test coverage detected
searching dependent graphs…