Macro action_error

Source
macro_rules! action_error {
    ($context:expr, $($tts:tt)*) => { ... };
    ($context:expr) => { ... };
}