MCPcopy Create free account
hub / github.com/LBANN/lbann / exception

Method exception

src/utils/exception.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44exception::exception() : exception(default_error_message()) {}
45
46exception::exception(std::string message)
47{

Callers

nothing calls this directly

Calls 3

default_error_messageFunction · 0.85
getFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected