Coverage for sbe2/xmlparser/errors.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.9.1, created at 2025-06-21 19:48 +0200

1 

2 

3class SchemaParsingError(Exception): 

4 """Raised when there is an error parsing the schema."""