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

10 statements  

1class PSException(Exception): 

2 pass 

3 

4 

5class PSEOF(PSException): 

6 pass 

7 

8 

9class PSSyntaxError(PSException): 

10 pass 

11 

12 

13class PSTypeError(PSException): 

14 pass 

15 

16 

17class PSValueError(PSException): 

18 pass