12 lines
250 B
Java
12 lines
250 B
Java
|
package org.bouncycastle.crypto;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public class RuntimeCryptoException extends RuntimeException {
|
||
|
public RuntimeCryptoException(String str) {
|
||
|
super(str);
|
||
|
}
|
||
|
|
||
|
public RuntimeCryptoException() {
|
||
|
}
|
||
|
}
|