InsufficientParametersException

throw this if your function needs something that is missing. Done automatically by the wrapper function

class InsufficientParametersException : Exception {
string functionName;
string argumentName;
string formLocation;
}

Meta