HaxeFoundation / HaxeFoundation/hscript
Haxe4 try-catch
Open
- 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.