Constant tagua_parser::tokens::CATCH [] [src]

pub const CATCH: &'static [u8] = b"catch"

The CATCH token.

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