Don't log HttpError
authorTim Starling <tstarling@wikimedia.org>
Tue, 15 May 2012 04:19:32 +0000 (14:19 +1000)
committerTim Starling <tstarling@wikimedia.org>
Tue, 15 May 2012 05:04:40 +0000 (15:04 +1000)
commite2aa8b4978a3536d7286554086697361f6036df5
tree8b3737fda2d9577122e317c23f1a182db232d409
parentcf11d9d95b158a640d957520c9ffd866a554126f
Don't log HttpError

Fix for r97314: don't log HttpError exceptions to the exception log channel. Do
this by overriding MWException::report() rather than
MWException::reportHTML(), same as every other child class in
Exception.php.

Change-Id: I3fb2b0ca9b0e7c67c210078d1fd90e1430be39df
includes/Exception.php