| 64 | } |
| 65 | |
| 66 | void error_validationMessageVarNotSubstituted(string msg, string var) { |
| 67 | |
| 68 | raiseInternalError("User input validation failed and an error message was attemptedly prepared. However, the internal variable \"" + var + "\" was unable to be found and substituted into the message, which was:\n" + msg + "\n"); |
| 69 | } |
| 70 | |
| 71 | void error_validationMessageContainedUnsubstitutedVars(string msg) { |
| 72 |
no test coverage detected