![JAR search and dependency download from the Maven repository](/logo.png)
website.automate.waml.report.io.WamlReportDeserializationException Maven / Gradle / Ivy
package website.automate.waml.report.io;
public class WamlReportDeserializationException extends RuntimeException {
private static final long serialVersionUID = 3262269456525705952L;
public WamlReportDeserializationException(String msg, Throwable e){
super(msg, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy