get

fun get(throwableClass: Class<out Throwable>): ErrorConverter<Throwable>?

Retrieves the error converter for a specific exception type.

Return

the registered converter for this exception type, or null if none is registered

Parameters

throwableClass

the exception class to look up