Searched defs:ExceptionValue (Results 1 – 1 of 1) sorted by relevance
789 struct TORCH_API ExceptionValue : public SugaredValue { struct790 explicit ExceptionValue(std::string message) : message_(std::move(message)) {} in ExceptionValue() argument792 std::string kind() const override { in kind()796 std::shared_ptr<SugaredValue> call( in call()815 std::string message_;