ExceptionConverterFactory typedef

ExceptionConverterFactory = ExceptionConverter<Exception, T> Function<T>()

A signature for ExceptionConverter factories.

Implementation

typedef ExceptionConverterFactory = ExceptionConverter<Exception, T>
    Function<T>();