UnresolvedParameterException
class UnresolvedParameterException(argument: FunctionCallArgument, val call: FunctionCall<*>) : InvalidFunctionCallException
An exception thrown if a named argument does not match the name of any parameter from the called function.
Parameters
argument
the named argument
call
the invalid call
See also
Functions
Link copied to clipboard
Converts this exception to a renderable Node, and performs the error handling provided by the errorHandler strategy.