MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / print

Method print

lib/core/utils.cc:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13static const char* SEPARATORS = "/\\";
14
15void ErrorException::print() const
16{
17 std::cerr << message << '\n';
18}
19
20const char* ErrorException::what() const throw()
21{

Callers 3

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected