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

com.twocaptcha.exceptions.NetworkException Maven / Gradle / Ivy

package com.twocaptcha.exceptions;

public class NetworkException extends Exception {

    public NetworkException(String errorMessage) {
        super(errorMessage);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy