discord-jadx/app/src/main/java/rx/exceptions/AssemblyStackTraceException...

10 lines
290 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package rx.exceptions;
public final class AssemblyStackTraceException extends RuntimeException {
private static final long serialVersionUID = 2038859767182585852L;
@Override // java.lang.Throwable
public synchronized Throwable fillInStackTrace() {
return this;
}
}