Function mist_core::dialogs::error[][src]

pub fn error(err: &str) -> !
Expand description

Create a dialog box informing the user of an error, then exit the program. Only used at the top level of the call stack in mist. Do not go using this in places.