Source code for api.core.exception

"""Custom exception implementations."""


[docs]class ModelIsNotCompiledException(Exception): """Raise when model is not compiled."""
[docs]class NoGradientException(Exception): """Raise for nodes that have no gradients."""