discord-jadx/app/src/main/java/kotlinx/coroutines/CompletionHandlerException.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

7 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);
}
}