unregister

fun unregister(throwableClass: Class<out Throwable>)

Unregisters the recoverable type classification for an exception class.

This method removes any custom classification for the given exception class, causing it to fall back to the default classification logic.

Parameters

throwableClass

the exception class to unregister