MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / printException

Function printException

source/core/StarException_windows.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218std::string printException(std::exception const& e, bool fullStacktrace) {
219 std::ostringstream os;
220 printException(os, e, fullStacktrace);
221 return os.str();
222}
223
224void printException(std::ostream& os, std::exception const& e, bool fullStacktrace) {
225 if (auto starException = as<StarException>(&e))

Callers

nothing calls this directly

Calls 2

strMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected