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

at.willhaben.willtest.exceptions.BrowserNotSupportedException Maven / Gradle / Ivy

The newest version!
package at.willhaben.willtest.exceptions;

public class BrowserNotSupportedException extends RuntimeException {

    public BrowserNotSupportedException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy