package io.reactivex.rxjava3.exceptions;
/* loaded from: classes6.dex */
public final class ProtocolViolationException extends IllegalStateException {
public ProtocolViolationException(String str) {
super(str);
}