(String msg)
| 26 | |
| 27 | public static class ConfigError extends Exception { |
| 28 | public ConfigError(String msg) { super(msg); } |
| 29 | } |
| 30 | |
| 31 | public static class CredsUnspecifiedError extends Exception { |
nothing calls this directly
no outgoing calls
no test coverage detected