| 59 | */ |
| 60 | |
| 61 | void error_validationMessageVarWasIllFormed(string msg, string illFormedVar) { |
| 62 | |
| 63 | raiseInternalError("User input validation failed and an error message was attemptedly prepared, but an ill-formed variable was attempted substitution. This variable was \"" + illFormedVar + "\" and was attempted substitution into message:\n" + msg + "\n"); |
| 64 | } |
| 65 | |
| 66 | void error_validationMessageVarNotSubstituted(string msg, string var) { |
| 67 |
no test coverage detected