We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289d339 commit 620b187Copy full SHA for 620b187
1 file changed
console/src/main/java/org/jline/console/impl/SystemRegistryImpl.java
@@ -1102,7 +1102,7 @@ public Set<String> getScripts() {
1102
}
1103
1104
@SuppressWarnings("serial")
1105
- private static class UnknownCommandException extends Exception {
+ public static class UnknownCommandException extends Exception {
1106
public UnknownCommandException(String message) {
1107
super(message);
1108
0 commit comments