Function Parser.parseCatch

Parses a Catch

Catch parseCatch();

catch: 'catch' '(' type Identifier? ')' declarationOrStatement ;