mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 02:20:22 -07:00
Rename RuntimeException_Sub1 to TracingException
This commit is contained in:
parent
6a9356906a
commit
5dcba73125
2 changed files with 3 additions and 3 deletions
|
|
@ -58,8 +58,8 @@ public final class Static97 {
|
|||
@OriginalMember(owner = "client!hi", name = "a", descriptor = "(ILjava/lang/Throwable;)Ljava/lang/String;")
|
||||
public static String method1961(@OriginalArg(1) Throwable arg0) throws IOException {
|
||||
@Pc(24) String local24;
|
||||
if (arg0 instanceof RuntimeException_Sub1) {
|
||||
@Pc(11) RuntimeException_Sub1 local11 = (RuntimeException_Sub1) arg0;
|
||||
if (arg0 instanceof TracingException) {
|
||||
@Pc(11) TracingException local11 = (TracingException) arg0;
|
||||
arg0 = local11.aThrowable1;
|
||||
local24 = local11.aString3 + " | ";
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import org.openrs2.deob.annotation.OriginalClass;
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!ld")
|
||||
public final class RuntimeException_Sub1 extends RuntimeException {
|
||||
public final class TracingException extends RuntimeException {
|
||||
|
||||
@OriginalMember(owner = "client!ld", name = "e", descriptor = "Ljava/lang/String;")
|
||||
public String aString3;
|
||||
Loading…
Add table
Add a link
Reference in a new issue