discord-jadx/app/src/main/java/kotlinx/coroutines/internal/UndeliveredElementException...

8 lines
255 B
Java

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