MCPcopy Index your code
hub / github.com/Persper/code-analytics / BuildMessage

Method BuildMessage

test/cpp_test_repo/D/Exceptions.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33class ArgumentException : public Exception
34{
35 static std::string BuildMessage(const std::string& message, const std::string& argumentName)
36 {
37 if (argumentName.empty()) return message;
38 return message + " ????????" + argumentName + "??";
39 }
40 std::string _ArgumentName;
41public:
42 const std::string& ArgumentName() const { return _ArgumentName; }

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected