18 lines
647 B
Java
18 lines
647 B
Java
package o;
|
|
|
|
import io.reactivex.rxjava3.exceptions.ProtocolViolationException;
|
|
|
|
/* renamed from: o.fYM, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C13356fYM {
|
|
public static void b(Class<?> cls) {
|
|
String name = cls.getName();
|
|
StringBuilder sb = new StringBuilder("It is not allowed to subscribe with a(n) ");
|
|
sb.append(name);
|
|
sb.append(" multiple times. Please create a fresh instance of ");
|
|
sb.append(name);
|
|
sb.append(" and subscribe that to the target source instead.");
|
|
C13418fZu.c(new ProtocolViolationException(sb.toString()));
|
|
}
|
|
}
|