to evaluate.
7YCFGMZBCWDOOO3DHSJ3ZWPUWFMEO6OLQGDZWLULAPER3YZOYUJAC printMsg(lvlError, format("unknown value: %1%") % showValue(e));
throw TypeError(format("unknown value: %1%") % showValue(e));}static void findJobs(EvalState & state, XMLWriter & doc,const ATermMap & argsUsed, const ATermMap & argsLeft,Expr e, const string & attrPath){try {findJobsWrapped(state, doc, argsUsed, argsLeft, e, attrPath);} catch (Error & e) {XMLAttrs xmlAttrs;xmlAttrs["location"] = attrPath;xmlAttrs["msg"] = e.msg();XMLOpenElement _(doc, "error", xmlAttrs);showArgsUsed(doc, argsUsed);}