Macro throw_error_code

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