wrench::FunctionNotFound

class FunctionNotFound : public wrench::FailureCause

A “function was not found” failure cause.

Public Functions

FunctionNotFound(std::shared_ptr<RegisteredFunction> registered_function)

Constructor.

Parameters:

function – the function to be invoked

virtual std::string toString() override

Get the human-readable failure message.

Returns:

the message