UNPKG

rubic-sdk-next

Version:
8 lines (7 loc) 204 B
import { RubicSdkError } from '../rubic-sdk.error'; /** * Thrown, when amount of tokens don't cover provider's fee */ export declare class TooLowAmountError extends RubicSdkError { constructor(); }