23 lines
591 B
Java
23 lines
591 B
Java
package o;
|
|
|
|
/* renamed from: o.gff, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
final class C15046gff extends RuntimeException {
|
|
private final InterfaceC14912gbn e;
|
|
|
|
public C15046gff(InterfaceC14912gbn interfaceC14912gbn) {
|
|
this.e = interfaceC14912gbn;
|
|
}
|
|
|
|
@Override // java.lang.Throwable
|
|
public final String getLocalizedMessage() {
|
|
return this.e.toString();
|
|
}
|
|
|
|
@Override // java.lang.Throwable
|
|
public final Throwable fillInStackTrace() {
|
|
setStackTrace(new StackTraceElement[0]);
|
|
return this;
|
|
}
|
|
}
|