Coverage for pyquickhelper/pycode/code_exceptions.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-06-03 02:21 +0200

1""" 

2@file 

3@brief exceptions raised in this subfolder 

4""" 

5 

6 

7class CoverageException(Exception): 

8 """ 

9 raised when an issue happens with the coverage 

10 """ 

11 pass