MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3 / ExceptionCode

Method ExceptionCode

openvpn/error/excode.hpp:40–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39 public:
40 ExceptionCode()
41 : code_(0) {}
42 ExceptionCode(const Error::Type code)
43 : code_(code) {}
44 ExceptionCode(const Error::Type code, const bool fatal)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected