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

Method logic_error

uspace/lib/cpp/src/stdexcept.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace std
36{
37 logic_error::logic_error(const string& what)
38 : what_{::helenos::str_dup(what.c_str())}
39 { /* DUMMY BODY */ }
40
41 logic_error::logic_error(const char* what)
42 : 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