UNPKG

@nestjs/microservices

Version:

Nest - modern, fast, powerful node.js web framework (@microservices)

7 lines (6 loc) 179 B
export declare class RpcException extends Error { private readonly error; constructor(error: string | object); initMessage(): void; getError(): string | object; }