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

com.github.siwenyan.superglue.team.StopAtPageBeginException 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 StopAtPageBeginException extends Exception {
    public StopAtPageBeginException(String pageName) {
        super(StringTools.shortName(pageName));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy