discord-jadx/app/src/main/java/kotlinx/coroutines/CompletionHandlerException....

8 lines
241 B
Java

package kotlinx.coroutines;
/* compiled from: Exceptions.common.kt */
public final class CompletionHandlerException extends RuntimeException {
public CompletionHandlerException(String str, Throwable th) {
super(str, th);
}
}