Coverage for /pythoncovmergedfiles/medio/medio/src/pdfminer.six/pdfminer/psexceptions.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1class PSException(Exception):
2 pass
5class PSEOF(PSException):
6 pass
9class PSSyntaxError(PSException):
10 pass
13class PSTypeError(PSException):
14 pass
17class PSValueError(PSException):
18 pass