MCPcopy Create free account
hub / github.com/arun11299/cpp-subprocess / OSError

Method OSError

cpp-subprocess/subprocess.hpp:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281{
282public:
283 OSError(const std::string& err_msg, int err_code):
284 std::runtime_error( err_msg + ": " + std::strerror(err_code) )
285 {}
286};
287
288//--------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected