CatchClause constructor

CatchClause(
  1. Name param,
  2. BlockStatement body
)

Implementation

CatchClause(this.param, this.body);