io.runon.cryptocurrency.exchanges.binance.trade.exception.BinanceFuturesOrderLowerException Maven / Gradle / Ivy
package io.runon.cryptocurrency.exchanges.binance.trade.exception;
public class BinanceFuturesOrderLowerException extends Exception{
public BinanceFuturesOrderLowerException(String message) {
super(message);
}
}