CATCH constant

Keyword const CATCH

Implementation

static const Keyword CATCH =
    const Keyword(87, "catch", "CATCH", KeywordStyle.reserved);