Represents a catch in the AST.

See also:

Fields

@:optionaloptionaltype:Null<ComplexType>

The type of the catch.

name:String

The name of the catch variable.

expr:Expr

The expression of the catch.