Constant tagua_parser::tokens::THROW
[−]
[src]
pub const THROW: &'static [u8]=
b"throw"
The THROW
token.
Represent the throw exception operator, e.g. throw $e;
.