Represents a catch in the AST. @https://haxe.org/manual/expression-try-catch.html
expr:Expr
The expression of the catch.
name:String
The name of the catch variable.
type:ComplexType
The type of the catch.