package kotlinx.coroutines;
/* loaded from: classes.dex */
public final class CompletionHandlerException extends RuntimeException {
public CompletionHandlerException(String str, Throwable th) {
super(str, th);
}