discord-jadx/app/src/main/java/c/a/r/d.java

15 lines
371 B
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
package c.a.r;
2021-08-03 07:33:18 +00:00
/* compiled from: MediaEngineExecutorService.kt */
public final class d implements Runnable {
public final /* synthetic */ IllegalStateException i;
2021-07-24 02:37:17 +00:00
2021-08-03 07:33:18 +00:00
public d(IllegalStateException illegalStateException) {
this.i = illegalStateException;
}
2021-07-24 02:37:17 +00:00
2021-08-03 07:33:18 +00:00
@Override // java.lang.Runnable
public final void run() {
throw this.i;
2021-07-24 02:37:17 +00:00
}
}