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 acf7f44 commit 5a87fdcCopy full SHA for 5a87fdc
src/org/sosy_lab/java_smt/basicimpl/Tokenizer.java
@@ -133,7 +133,7 @@ public static List<String> tokenize(String input) {
133
}
134
if (level != 0) {
135
// Throw an exception if the brackets don't match
136
- throw new IllegalArgumentException();
+ throw new IllegalArgumentException("brackets do not match, too many open brackets");
137
138
return builder.build();
139
0 commit comments