package org.apache.http.cookie; import org.apache.http.ProtocolException; @Deprecated /* loaded from: classes5.dex */ public class MalformedCookieException extends ProtocolException { public MalformedCookieException() { throw new RuntimeException("Stub!"); } public MalformedCookieException(String str) { throw new RuntimeException("Stub!"); } public MalformedCookieException(String str, Throwable th) { throw new RuntimeException("Stub!"); } }