Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
exception::exception() : exception(default_error_message()) {}
45
46
exception::exception(std::string message)
47
{
Callers
nothing calls this directly
Calls
3
default_error_message
Function · 0.85
get
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected