UNPKG

213 BTypeScriptView Raw
1import { RuntimeException } from '@nestjs/core/errors/exceptions/runtime.exception';
2export declare class InvalidSocketPortException extends RuntimeException {
3 constructor(port: number | string, type: any);
4}