UNPKG

rubic-sdk

Version:
8 lines (7 loc) 213 B
import { RubicSdkError } from "../rubic-sdk.error"; /** * Thrown, when tokens' pair doesn't have enough liquidity. */ export declare class InsufficientLiquidityError extends RubicSdkError { constructor(); }