hgweb: pass exception message to builtin Exception ctor as sysstr...
hgweb: pass exception message to builtin Exception ctor as sysstr
If we don't do this, the bytes gets repr()ed on Python 3 and we get
bogus error strings sent to clients. Ick.
Differential Revision:
https://phab.mercurial-scm.org/D2447