Macro throw::throw[][src]

macro_rules! throw {
    ($e:expr) => { ... };
    ($e:expr, $($key:expr => $value:expr),+ $(,)*) => { ... };
}