net.osslabz.mexc.client.MexcClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mexc-client Show documentation
Show all versions of mexc-client Show documentation
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