Currently, SpelMessage.INCORRECT_NUMBER_OF_ARGUMENTS_TO_FUNCTION
builds an error message that does not mention the offending function. Whereas, all other enum constants in SpelMessage
relating to functions mention the function name.
To improve diagnostics for users, we should include the function name in INCORRECT_NUMBER_OF_ARGUMENTS_TO_FUNCTION
.