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

Function error_validationMessageVarWasIllFormed

quest/src/core/errors.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 */
60
61void 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
66void error_validationMessageVarNotSubstituted(string msg, string var) {
67

Callers 1

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected