Macro throw_error

Source
macro_rules! throw_error {
    ($msg:expr) => { ... };
}