Source code for copulas.errors

"""Copulas Exceptions."""


[docs] class NotFittedError(Exception): """NotFittedError class."""