mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 13:48:39 +00:00
AS1/2 Try..catch with error types support - decompilation and direct editation
This commit is contained in:
4
libsrc/ffdec_lib/testdata/as2/MyError.as
vendored
Normal file
4
libsrc/ffdec_lib/testdata/as2/MyError.as
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
class MyError extends Error
|
||||
{
|
||||
var message = "My custom error occurred";
|
||||
}
|
||||
Reference in New Issue
Block a user