executeCatchingImpl

open override fun <E : Exception> executeCatchingImpl(exceptionClass: KClass<E>, exceptionSync: Boolean, exceptionHandler: (E) -> Unit?)

Has to be public for use in inline function executeCatching, not intended to be used directly.