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

com.browserstack.automate.exception.SessionNotFound Maven / Gradle / Ivy

The newest version!
package com.browserstack.automate.exception;


import com.browserstack.client.exception.BrowserStackObjectNotFound;

public class SessionNotFound extends BrowserStackObjectNotFound {

    /**
     *
     * @param msg error string for session not found.
     */
    public SessionNotFound(String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy