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

io.coinapi.websocket.exception.NotImplementedException Maven / Gradle / Ivy

package io.coinapi.websocket.exception;

public class NotImplementedException extends Exception {

    public NotImplementedException() {
        super("Method not initialized");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy