com.github.siwenyan.superglue.team.StopAtPageException Maven / Gradle / Ivy
package com.github.siwenyan.superglue.team;
import com.github.siwenyan.common.StringTools;
public class StopAtPageException extends Exception {
public StopAtPageException(String pageName) {
super(StringTools.shortName(pageName));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy