runCatchingSafelyWithoutExceptions

suspend fun <T> runCatchingSafelyWithoutExceptions(onException: ExceptionHandler<T?> = defaultSafelyExceptionHandler, block: suspend () -> T): Result<T?>(source)