Macro throw_error

Source
macro_rules! throw_error {
    ($($arg:tt)*) => { ... };
}