AS1/2 Try..catch with error types support - decompilation and direct editation

This commit is contained in:
Jindra Petřík
2018-01-28 16:08:20 +01:00
parent f524523762
commit da3cf1454c
8 changed files with 275 additions and 35 deletions

View File

@@ -0,0 +1,4 @@
class MyError extends Error
{
var message = "My custom error occurred";
}

Binary file not shown.

Binary file not shown.