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

Method ConfigError

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

Source from the content-addressed store, hash-verified

26
27 public static class ConfigError extends Exception {
28 public ConfigError(String msg) { super(msg); }
29 }
30
31 public static class CredsUnspecifiedError extends Exception {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected