Subject: | Feature request: add source to Error |
Hi,
I was wondering if you'd mind adding the source to the Error object.
This is pretty useful since it gives the report more context. Should
just be something like:
source => $xp->find( './m:source', $msg
)->get_node(1)->getChildNode(1)->getValue,
added to the error parsing and adding a source attribute. If you point
me at a repo I'd be happy to give you a real patch.
Thanks!