UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

6 lines (5 loc) 200 B
import { RuntimeException } from './exceptions/runtime.exception'; export declare class ExceptionHandler { private static readonly logger; handle(exception: RuntimeException | Error): void; }