Example #1
0
 public static Exception BadKeywordArgumentError(TotemFunction function, int count)
 {
     return function.BadKeywordArgumentError(count);
 }