Skip to content

Haxe4 try-catch #144

@Kriptel

Description

@Kriptel

I think it would be a good idea to add some changes to try-catch from Haxe 4 versions, such as wildcard catch and multiple catch

(multiple catch)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions