Make UnravelError exception a little more helpful

This commit is contained in:
Aaron Barnes
2016-02-04 21:49:42 +13:00
parent 0e4f5fa48b
commit 61e1ff6dd7

View File

@@ -394,7 +394,7 @@ class Entity(HTTPBase):
else:
xmlstr = txt
except Exception:
raise UnravelError()
raise UnravelError("Unravelling binding '%s' failed" % binding)
return xmlstr