UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

8 lines (7 loc) 309 B
import { ArgumentsHost, WsExceptionFilter } from '@nestjs/common'; export declare class BaseWsExceptionFilter<T = any> implements WsExceptionFilter<T> { catch(exception: T, host: ArgumentsHost): void; handleError<IClient extends { emit: Function; }>(client: IClient, exception: T): any; }