Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/rfc3161_client/errors.py: 67%

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

3 statements  

1"""Errors.""" 

2 

3 

4class VerificationError(Exception): 

5 """Verification errors are raised when the verification of a Timestamp fails.""" 

6 

7 pass