MCPcopy Create free account
hub / github.com/HelenOS/helenos / runtime_error

Method runtime_error

uspace/lib/cpp/src/stdexcept.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 { /* DUMMY BODY */ }
115
116 runtime_error::runtime_error(const string& what)
117 : what_{::helenos::str_dup(what.c_str())}
118 { /* DUMMY BODY */ }
119
120 runtime_error::runtime_error(const char* what)
121 : what_{::helenos::str_dup(what)}

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
str_dupFunction · 0.50

Tested by

no test coverage detected