macro_rules! fatal {
    ($($t:tt)*) => { ... };
}
Expand description

Macro for standard handling of fatal errors