macro.Catch
Catch
package haxe-macro
import haxe.macro.Expr
Available on all platformsRepresents a catch in the AST. @https://haxe.org/manual/expression-try-catch.html
Properties
expr:Expr
The expression of the catch.
name:String
The name of the catch variable.