Macro not_found_error

Source
macro_rules! not_found_error {
    ($param:expr) => { ... };
}