discord-jadx/app/src/main/java/j0/a.java

24 lines
730 B
Java
Raw Normal View History

2021-11-02 06:38:17 +00:00
package j0;
import rx.exceptions.MissingBackpressureException;
/* compiled from: BackpressureOverflow */
public final class a {
public static final /* synthetic */ int a = 0;
/* compiled from: BackpressureOverflow */
/* renamed from: j0.a$a reason: collision with other inner class name */
2022-02-02 08:50:56 +00:00
public static final class C0318a implements b {
public static final C0318a a = new C0318a();
2021-11-02 06:38:17 +00:00
@Override // j0.a.b
public boolean a() throws MissingBackpressureException {
throw new MissingBackpressureException("Overflowed buffer");
}
}
/* compiled from: BackpressureOverflow */
public interface b {
boolean a() throws MissingBackpressureException;
}
}