exceptionConverters property

List<ExceptionConverterFactory> exceptionConverters
final

The default ExceptionConverters used to convert Exceptions into Failures.

This is used by observe and convert.

Implementation

final List<ExceptionConverterFactory> exceptionConverters;