An interface for current exception filters.

interface IExceptionFilter {
    [kernels: string]: string[];
}

Indexable

[kernels: string]: string[]