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

Method CredsUnspecifiedError

javacli/Client.java:32–32  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

30
31 public static class CredsUnspecifiedError extends Exception {
32 public CredsUnspecifiedError(String msg) { super(msg); }
33 }
34
35 // Load OpenVPN core (implements ClientAPI_OpenVPNClient) from shared library

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected