UNPKG

rubic-sdk

Version:
8 lines (7 loc) 223 B
import { RubicSdkError } from "../rubic-sdk.error"; /** * Thrown, when approve method is called, but there is enough allowance. */ export declare class UnnecessaryApproveError extends RubicSdkError { constructor(); }