UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

12 lines (11 loc) 257 B
export declare class Error { name: string; message: string; stack: string; constructor(message?: string); } export declare class RuntimeException extends Error { private readonly msg; constructor(msg?: string); what(): string; }