[][src]Macro casper_node::fatal

macro_rules! fatal {
    ($effect_builder:expr, $msg:expr) => { ... };
}

Construct a fatal error effect.

This macro is a convenient wrapper around EffectBuilder::fatal that inserts the file!() and line!() number automatically.