UNPKG

@nestjs/websockets

Version:

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

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