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

io.runon.cryptocurrency.exchanges.binance.trade.exception.BinanceFuturesSymbolNotFoundException Maven / Gradle / Ivy

There is a newer version: 0.5.2
Show newest version
package io.runon.cryptocurrency.exchanges.binance.trade.exception;

public class BinanceFuturesSymbolNotFoundException extends Exception{
    public BinanceFuturesSymbolNotFoundException(String symbol) {
        super(String.format("Binance Futures symbol [%s] not found.",symbol));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy