MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / error_validationMessageVarNotSubstituted

Function error_validationMessageVarNotSubstituted

quest/src/core/errors.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void 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
71void error_validationMessageContainedUnsubstitutedVars(string msg) {
72

Callers 1

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected