Skip to content

Commit a237df5

Browse files
committed
Revert delete InvalidCLIConfigException
1 parent d532817 commit a237df5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/checkmarx/ast/wrapper/CxConfig.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ List<String> toArguments() {
6363
return commands;
6464
}
6565

66+
public static final class InvalidCLIConfigException extends Exception {
67+
public InvalidCLIConfigException(String message) {
68+
super(message);
69+
}
70+
}
6671

6772
@SuppressWarnings("ALL")
6873
public static class CxConfigBuilder {

0 commit comments

Comments
 (0)