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

8 lines
241 B
Java
Raw Normal View History

2021-07-24 02:37:17 +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);
}
}