9 lines
237 B
Java
9 lines
237 B
Java
|
package org.apache.http.conn.ssl;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public class SSLInitializationException extends IllegalStateException {
|
||
|
public SSLInitializationException(String str, Throwable th) {
|
||
|
super(str, th);
|
||
|
}
|
||
|
}
|