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

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

package com.twocaptcha.exceptions;

public class ValidationException extends Exception {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy