what-the-bank/sources/org/spongycastle/util/io/pem/PemGenerationException.java

14 lines
286 B
Java

package org.spongycastle.util.io.pem;
import java.io.IOException;
/* loaded from: classes6.dex */
public class PemGenerationException extends IOException {
private Throwable b;
@Override // java.lang.Throwable
public Throwable getCause() {
return this.b;
}
}