UNPKG

rubic-sdk-next

Version:
8 lines (7 loc) 199 B
import { RubicSdkError } from '../rubic-sdk.error'; /** * Thrown, when passed wrong receiver address. */ export declare class WrongReceiverAddressError extends RubicSdkError { constructor(); }