UNPKG

@nestjs/websockets

Version:

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

7 lines (6 loc) 223 B
import { RuntimeException } from '@nestjs/core/internal'; export class InvalidSocketPortException extends RuntimeException { constructor(port, type) { super(`Invalid port (${port}) in gateway ${type}`); } }