Source code for hepstats.splot.exceptions

"""
Specific exceptions for the `splot` submodule
"""

from __future__ import annotations


[docs] class ModelNotFittedToData(Exception): """Exception class for model not fitted to data provided to compute sweights"""