ru.yandex.qatools.allure.data.ReportGenerationException Maven / Gradle / Ivy
package ru.yandex.qatools.allure.data;
/**
* @author Dmitry Baev [email protected]
* Date: 22.10.13
*/
public class ReportGenerationException extends RuntimeException {
public ReportGenerationException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy