mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 18:10:20 -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
12
client/src/main/java/TracingException.java
Normal file
12
client/src/main/java/TracingException.java
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!ld")
|
||||
public final class TracingException extends RuntimeException {
|
||||
|
||||
@OriginalMember(owner = "client!ld", name = "e", descriptor = "Ljava/lang/String;")
|
||||
public String aString3;
|
||||
|
||||
@OriginalMember(owner = "client!ld", name = "f", descriptor = "Ljava/lang/Throwable;")
|
||||
public Throwable aThrowable1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue