Source code for nexusLIMS.harvesters.nemo.exceptions

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


[docs] class NoDataConsentError(Exception): """A user has not given their consent to have data harvested."""
[docs] class NoMatchingReservationError(Exception): """No matching reservation (we cannot assume consent to harvest data)."""