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

net.osslabz.mexc.client.MexcClientException Maven / Gradle / Ivy

Go to download

Connects to MEXC's Websocket API and allows to subscribe to various data channels.

The newest version!
package net.osslabz.mexc.client;

public class MexcClientException extends RuntimeException {
    public MexcClientException(Exception e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy