Macro catch

Source
macro_rules! catch {
    ($f:expr, $msg:expr, $arg:expr) => { ... };
}
Expand description

Catch panic.