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