(String msg)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected