MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / ExceptionBase

Method ExceptionBase

Tools/ExceptionBase.cpp:25–28  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

23{
24 //-------------------------------------------------------------------------
25 ExceptionBase::ExceptionBase(const std::wstring& message)
26 : std::exception(ToLocalString(message).c_str())
27 {
28 }
29
30 //-------------------------------------------------------------------------
31 std::wstring GetFilename(const char* path)

Callers

nothing calls this directly

Calls 1

ToLocalStringFunction · 0.85

Tested by

no test coverage detected