UNPKG

rubic-sdk

Version:
8 lines (7 loc) 184 B
import { RubicSdkError } from "../rubic-sdk.error"; /** * Thrown, when user cancels transaction. */ export declare class UserRejectError extends RubicSdkError { constructor(); }