discord-jadx/app/src/main/java/z/e.java

27 lines
624 B
Java

package z;
import java.util.concurrent.CancellationException;
/* compiled from: Task */
public final class e implements Runnable {
public final /* synthetic */ h i;
public final /* synthetic */ c j;
public final /* synthetic */ g k;
public e(h hVar, c cVar, g gVar) {
this.i = hVar;
this.j = cVar;
this.k = gVar;
}
@Override // java.lang.Runnable
public void run() {
try {
this.i.c(this.j.a(this.k));
} catch (CancellationException unused) {
this.i.a();
} catch (Exception e) {
this.i.b(e);
}
}
}