Coverage for nexusLIMS/harvesters/nemo/exceptions.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.11.3, created at 2026-03-24 05:23 +0000

1"""Contains some exceptions specific to NEMO harvesting.""" 

2 

3 

4class NoDataConsentError(Exception): 

5 """A user has not given their consent to have data harvested.""" 

6 

7 

8class NoMatchingReservationError(Exception): 

9 """No matching reservation (we cannot assume consent to harvest data)."""