Source code for geomstats.exceptions
"""Geomstats custom exceptions."""
[docs]
class AutodiffNotImplementedError(RuntimeError):
"""Raised when autodiff is not implemented."""
[docs]
class NotPartialOrder(Exception):
"""Raise an exception when less equal is not true."""