kitchensink::pretty_panic [] [src]

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

Like panic! but with prettier output.