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
« prev ^ index » next coverage.py v7.11.3, created at 2026-03-24 05:23 +0000
1"""Contains some exceptions specific to NEMO harvesting."""
4class NoDataConsentError(Exception):
5 """A user has not given their consent to have data harvested."""
8class NoMatchingReservationError(Exception):
9 """No matching reservation (we cannot assume consent to harvest data)."""