Source code for geomstats.exceptions
"""Geomstats custom exceptions."""
[docs]
class AutodiffNotImplementedError(RuntimeError):
"""Raised when autodiff is not implemented."""
"""Geomstats custom exceptions."""
[docs]
class AutodiffNotImplementedError(RuntimeError):
"""Raised when autodiff is not implemented."""