package com.kofax.mobile.sdk.al; import bolts.Continuation; import bolts.Task; import com.kofax.mobile.sdk._internal.k; /* loaded from: classes3.dex */ public class a implements Continuation> { private final String tag; public a(String str) { this.tag = str; } /* renamed from: then, reason: merged with bridge method [inline-methods] */ public Task m287then(Task task) { if (task.isFaulted()) { k.e(this.tag, "Exception", (Throwable) task.getError()); } return task; } }