We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d532817 commit a237df5Copy full SHA for a237df5
src/main/java/com/checkmarx/ast/wrapper/CxConfig.java
@@ -63,6 +63,11 @@ List<String> toArguments() {
63
return commands;
64
}
65
66
+ public static final class InvalidCLIConfigException extends Exception {
67
+ public InvalidCLIConfigException(String message) {
68
+ super(message);
69
+ }
70
71
72
@SuppressWarnings("ALL")
73
public static class CxConfigBuilder {
0 commit comments