nicer message

This commit is contained in:
rusefi 2018-03-18 11:13:23 -04:00
parent c47515f3f8
commit 23b02ec375
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -14,7 +14,7 @@ public class BitState {
}
bitIndex++;
if (bitIndex == 32)
throw new IllegalStateException("todo: too many bits, not supported");
throw new IllegalStateException("Too many bits: " + cf.name);
}
public void reset() {