All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.siwenyan.superglue.team.StopAtPageException Maven / Gradle / Ivy

There is a newer version: 1.25.a
Show newest version
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