Source code for hepstats.splot.warnings

# Licensed under a 3-clause BSD style license, see LICENSES folder.
"""
Specific warnings for the `splot` submodule.
"""

from __future__ import annotations


[docs] class AboveToleranceWarning(UserWarning): pass