Source code for HDF5_BLS_treat.errors

[docs] class TreatmentError(Exception): def __init__(self, message): super().__init__(message)