| 27 | ## Exceptions |
| 28 | ## |
| 29 | class PDFSyntaxError(PDFException): pass |
| 30 | class PDFNoValidXRef(PDFSyntaxError): pass |
| 31 | class PDFNoOutlines(PDFException): pass |
| 32 | class PDFDestinationNotFound(PDFException): pass |
no outgoing calls
no test coverage detected
searching dependent graphs…