UNPKG

rubic-sdk

Version:
8 lines (7 loc) 215 B
import { RubicSdkError } from "../rubic-sdk.error"; /** * Thrown, if transaction was reverted without specified error. */ export declare class TransactionRevertedError extends RubicSdkError { constructor(); }