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

io.neow3j.protocol.exceptions.WitnessConditionCastException Maven / Gradle / Ivy

The newest version!
package io.neow3j.protocol.exceptions;

public class WitnessConditionCastException extends RuntimeException {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy