HaxeFoundation / HaxeFoundation/hscript

Haxe4 try-catch

Open
#144 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haxe
Stars
309
Forks
152
PR merge metrics
No merged PRs in 30d

Description

I think it would be a good idea to add some changes to try-catch from Haxe 4 versions, such as [wildcard catch](https://haxe.org/manual/expression-try-catch.html#wildcard-catch) and multiple catch

(multiple catch)
```haxe
try {}
catch (v:A) {}
catch (v:B) {}
catch(e:haxe.Exception) {}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.