9 lines
310 B
Java
9 lines
310 B
Java
package com.google.android.gms.tasks;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-tasks@@18.1.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
public class RuntimeExecutionException extends RuntimeException {
|
|
public RuntimeExecutionException(Throwable th) {
|
|
super(th);
|
|
}
|
|
} |