Coverage Summary for Class: PreflightCheckException (co.rsk.util)
Class | Class, % | Method, % | Line, % |
---|---|---|---|
PreflightCheckException | 0% (0/1) | 0% (0/1) | 0% (0/1) |
1 package co.rsk.util; 2 3 /** 4 * Created by Nazaret GarcĂa on 25/01/2021 5 */ 6 7 public class PreflightCheckException extends Exception { 8 public PreflightCheckException(String message) { 9 super(message); 10 } 11 }