unregister

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

Unregisters the error converter for a specific exception type.

This method removes any registered converter for the given exception class.

Return

the converter that was removed, or null if none was registered

Parameters

throwableClass

the exception class to unregister