pub const CATCH: &'static [u8] = b"catch";
The CATCH token.
CATCH
Represent the catch block of a try/catch control structure, e.g. try { … } catch (Exception $e) { … }.
catch
try
try { … } catch (Exception $e) { … }