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

net.serenitybdd.screenplay.exceptions.ActorCannotBrowseTheWebException Maven / Gradle / Ivy

There is a newer version: 4.2.8
Show newest version
package net.serenitybdd.screenplay.exceptions;

/**
 * Created by john on 13/05/2016.
 */
public class ActorCannotBrowseTheWebException extends RuntimeException {
    public ActorCannotBrowseTheWebException(String actorName) {
        super("The actor " + actorName + " does not have the ability to browse the web");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy