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

Method system_error

uspace/lib/cpp/src/system_error.cpp:265–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 system_error::system_error(error_code ec, const string& what_arg)
266 : runtime_error{what_arg.c_str()}, code_{ec}
267 { /* DUMMY BODY */ }
268
269 system_error::system_error(error_code ec, const char* what_arg)
270 : runtime_error{what_arg}, code_{ec}

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected