pub fn e_exit(e_type: &str, e_msg: &str, code: i32) -> !
Error
eprintln the error, and then exit program with given code.
eprintln