UNPKG

@nestjs/websockets

Version:

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

5 lines (4 loc) 213 B
import { RuntimeException } from '@nestjs/core/errors/exceptions/runtime.exception'; export declare class InvalidSocketPortException extends RuntimeException { constructor(port: number | string, type: any); }