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

8 lines
241 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package kotlinx.coroutines;
/* compiled from: Exceptions.common.kt */
public final class CompletionHandlerException extends RuntimeException {
public CompletionHandlerException(String str, Throwable th) {
super(str, th);
}
}