Interface TelegrafExceptionFilter<T>

interface TelegrafExceptionFilter<T> {
    catch(exception: T, host: ArgumentsHost): any;
}

Type Parameters

  • T = any

Methods

Methods