Source code for experimental_experiment.torch_interpreter._exceptions

[docs] class FunctionNotFoundError(RuntimeError): """ Raised when a function or a method was not found. """