Source code for intensity_normalization.errors

"""Project-specific errors."""


[docs] class NormalizationError(RuntimeError): pass