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

3 statements  

« prev     ^ index     » next       coverage.py v6.4.2, created at 2022-07-19 17:05 +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