12 lines
253 B
Java
12 lines
253 B
Java
|
package org.spongycastle.x509.util;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public class StreamParsingException extends Exception {
|
||
|
private Throwable e;
|
||
|
|
||
|
@Override // java.lang.Throwable
|
||
|
public Throwable getCause() {
|
||
|
return this.e;
|
||
|
}
|
||
|
}
|