Coverage for portality / crosswalks / exceptions.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-05-05 00:09 +0100

1from portality.bll.exceptions import IngestException 

2 

3class CrosswalkException(IngestException): 

4 """ 

5 Exception to raise if there's a problem with the content being passed to the crosswalk 

6 """ 

7 pass