what-the-bank/sources/org/spongycastle/util/StoreException.java

12 lines
247 B
Java

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