1use crate::*; 2 3pub fn handle_error<T: ToString>(tmp: &Tmp, err: T) { 4 tmp.get_log().error(err, common_log); 5}