[][src]Macro pbrt::severe

macro_rules! severe {
    ($($arg:tt)*) => { ... };
}

Calls log::error then panic!.