e_exit

Function e_exit 

Source
pub fn e_exit(e_type: &str, e_msg: &str, code: i32) -> !
Expand description

Error

eprintln the error, and then exit program with given code.