CatchClauseinterface CatchClause extends Node, HasSpan {body: BlockStatement;param?: Pattern;type: "CatchClause";}§Extends§Node[src]§HasSpan[src]§Properties§body: BlockStatement[src]§param?: Pattern[src]The param is undefined if the catch binding is omitted. E.g., try { foo() } catch {} §type: "CatchClause"[src]