Coverage Summary for Class: PeginInstructionsParseException (co.rsk.peg.pegininstructions)
Class | Class, % | Method, % | Line, % |
---|---|---|---|
PeginInstructionsParseException | 0% (0/1) | 0% (0/1) | 0% (0/1) |
1 package co.rsk.peg.pegininstructions; 2 3 public class PeginInstructionsParseException extends PeginInstructionsException { 4 public PeginInstructionsParseException(String message) { super(message); } 5 }