io.coinapi.websocket.exception.NotImplementedException Maven / Gradle / Ivy
package io.coinapi.websocket.exception;
public class NotImplementedException extends Exception {
public NotImplementedException() {
super("Method not initialized");
}
}