Coverage for src/pysqllike/translation/code_exception.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v6.4.2, created at 2022-07-20 04:53 +0200

1""" 

2@file 

3@brief One class which visits a syntax tree. 

4""" 

5 

6 

7class CodeException(Exception): 

8 

9 """ 

10 Custom exception for this subfolder. 

11 """ 

12 pass