Source code for metrics_as_scores.webapp.exception
[docs]class PlotException(Exception):
    """
    This exception is used only in the web application in order to differentiate
    ordinary exceptions from those thrown "by design" in the web application (e.g.,
    when selecting a discrete random variable for a continuous quantity).
    """