hepstats.splot.exceptions module#

Specific exceptions for the splot submodule

exception hepstats.splot.exceptions.ModelNotFittedToData[source]#

Bases: Exception

Exception class for model not fitted to data provided to compute sweights

add_note()#

Exception.add_note(note) – add a note to the exception

args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.