what-the-bank/sources/kotlinx/coroutines/internal/UndeliveredElementException...

9 lines
243 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package kotlinx.coroutines.internal;
/* loaded from: classes6.dex */
public final class UndeliveredElementException extends RuntimeException {
public UndeliveredElementException(String str, Throwable th) {
super(str, th);
}
}