macro_rules! raise { (@from $error:ident, $($argument:tt)*) => { ... }; ($($argument:tt)*) => { ... }; }
Raise an exception.