Source code for icat_esrf_definitions.errors

[docs] class ValidationWarning(UserWarning): """Warning raised for non-fatal validation issues.""" pass