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

15 lines
371 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package c.a.r;
2021-06-27 20:53:42 +00:00
/* compiled from: MediaEngineExecutorService.kt */
public final class d implements Runnable {
public final /* synthetic */ IllegalStateException i;
2021-06-27 20:44:35 +00:00
2021-06-27 20:53:42 +00:00
public d(IllegalStateException illegalStateException) {
this.i = illegalStateException;
2021-06-27 20:44:35 +00:00
}
2021-06-27 20:53:42 +00:00
@Override // java.lang.Runnable
public final void run() {
throw this.i;
2021-06-27 20:44:35 +00:00
}
}