what-the-bank/sources/org/apache/http/conn/ssl/SSLInitializationException....

9 lines
237 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.apache.http.conn.ssl;
/* loaded from: classes6.dex */
public class SSLInitializationException extends IllegalStateException {
public SSLInitializationException(String str, Throwable th) {
super(str, th);
}
}