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