My test in sonarcloud reports this error that I have never found anywhere.
public class PngjPrematureEnding extends PngjInputException {
public PngjPrematureEnding(String message) {
super(message);
}
}
How should I redefine this class?