Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ Exception
Method
Exception
src/client/proxy-devposture.hpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
{
46
public:
47
Exception(const std::string &err) noexcept
48
: error(err)
49
{
50
}
51
~Exception() noexcept = default;
52
53
const char *what() const noexcept
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected