Source code for nets.utils.errors
"""
Defines custom errors.
"""
[docs]class BackwardCallError(Exception):
r"""
This error is used when the call to ``backward`` method is not legit.
"""
pass
"""
Defines custom errors.
"""
[docs]class BackwardCallError(Exception):
r"""
This error is used when the call to ``backward`` method is not legit.
"""
pass