exception documentation

Raised when a requested diff algorithm is not available.

Method __init__ Initialize exception.
Instance Variable algorithm Undocumented
Instance Variable install_hint Undocumented
def __init__(self, algorithm: str, install_hint: str = ''):

Initialize exception.

Parameters
algorithm:strName of the unavailable algorithm
install_hint:strOptional installation hint
algorithm =

Undocumented

install_hint =

Undocumented