UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

9 lines (8 loc) 232 B
export declare class WsException extends Error { private readonly error; readonly message: any; constructor(error: string | object); getError(): string | object; toString(): string; private getErrorString; }