what-the-bank/sources/org/apache/commons/lang3/exception/ContextedRuntimeException.java

20 lines
441 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.apache.commons.lang3.exception;
import o.gjO;
import o.gjS;
/* loaded from: classes6.dex */
public class ContextedRuntimeException extends RuntimeException implements gjS {
private final gjS b = new gjO();
@Override // java.lang.Throwable
public String getMessage() {
return c(super.getMessage());
}
@Override // o.gjS
public final String c(String str) {
return this.b.c(str);
}
}