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

co.buybuddy.networking.http.InvalidPassphraseException Maven / Gradle / Ivy

The newest version!
package co.buybuddy.networking.http;

public class InvalidPassphraseException extends Exception {
    public InvalidPassphraseException() {
        super("");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy