Source code for geomstats.exceptions

"""Geomstats custom exceptions."""


[docs] class AutodiffNotImplementedError(RuntimeError): """Raised when autodiff is not implemented."""