ft_transcendence/pong/node_modules/@nestjs/websockets/errors/ws-exception.d.ts
2023-05-02 19:15:50 +02:00

7 lines
178 B
TypeScript

export declare class WsException extends Error {
private readonly error;
constructor(error: string | object);
initMessage(): void;
getError(): string | object;
}