package c.a.r; /* compiled from: MediaEngineExecutorService.kt */ public final class d implements Runnable { public final /* synthetic */ IllegalStateException i; public d(IllegalStateException illegalStateException) { this.i = illegalStateException; } @Override // java.lang.Runnable public final void run() { throw this.i; } }