package qubexplorer; /** * * @author Victor */ public class SonarQubeProjectException extends RuntimeException{ public SonarQubeProjectException(Throwable thrwbl) { super(thrwbl); } }