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

io.api.etherscan.error.InvalidTxHashException Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package io.api.etherscan.error;

/**
 * @author GoodforGod
 * @since 02.11.2018
 */
public class InvalidTxHashException extends ApiException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy