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

com.lambdatest.tunnel.TunnelException Maven / Gradle / Ivy

package com.lambdatest.tunnel;

class TunnelException extends Exception {

    TunnelException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy