catch-clause
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
catch-clause =
"catch" , "(" , catch-type-list , [ variable ] , ")" , compound-statement ;