Macro throw::throw_new[][src]

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