InvalidFunctionCallException
open class InvalidFunctionCallException(val call: FunctionCall<*>, reason: String? = null, includeArguments: Boolean = true) : FunctionException
An exception thrown if a FunctionCall could not be executed.
Parameters
call
the invalid call
reason
optional additional reason the call failed for
includeArguments
whether to include supplied function call arguments in the error message