executeCatching

abstract fun <E : Exception> executeCatching(exceptionClass: KClass<E>, exceptionHandler: (E) -> Unit?)