MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / exceptionmessage

Function exceptionmessage

CobaltFusion/fusionassert.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 void exceptionmessage(const char* what, const char * location)
35 {
36 auto trimmed = boost::trim_copy_if(std::string(what), boost::is_any_of("\r\n\t"));
37 errormessage(stringbuilder() << "Exception '" << trimmed << "' occured at " << location, "Exception occurred");
38 }
39
40 void exceptionmessage(const std::exception& ex, const char * location)
41 {

Callers

nothing calls this directly

Calls 1

errormessageFunction · 0.85

Tested by

no test coverage detected