Coverage for src/pyrsslocal/xmlhelper/xml_exceptions.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.1.0, created at 2024-03-26 08:45 +0100

1""" 

2@file 

3@brief Exceptions raised by files in this folder. 

4""" 

5 

6 

7class XmlException(Exception): 

8 """ 

9 Raised when something is wring about the parsing. 

10 """ 

11 pass