Available on all targets
Represents a catch in the AST.
See also:
https://haxe.org/manual/expression-try-catch.html
@:optionaloptionaltype:Null<ComplexType>
The type of the catch.
name:String
The name of the catch variable.
expr:Expr
The expression of the catch.