unauthorized

Macro unauthorized 

Source
macro_rules! unauthorized {
    ($msg:expr, $($arg:tt)*) => { ... };
    ($msg:expr) => { ... };
}