📄 RpcRemoteError.d.ts
/home/palash/git/site/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/error/RpcRemoteError.d.ts
Language: ts • Lines: 6
declare class RpcRemoteError extends Error {
    readonly stack?: string | undefined;
    constructor(message: string, stack?: string | undefined);
    toString(): string;
}
export { RpcRemoteError };