MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / Exception

Method Exception

src/log/journal-log-parse.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210//
211
212Parse::Exception::Exception(const std::string &err)
213 : errmsg(std::move(err))
214{
215}
216
217
218Parse::Exception::Exception()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected