UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

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); }