Constant CATCH

Source
pub const CATCH: &'static [u8] = b"catch";
Expand description

The CATCH token.

Represent the catch block of a try/catch control structure, e.g. try { … } catch (Exception $e) { … }.