Remove $wgExceptionHooks
authorGergő Tisza <tgr.huwiki@gmail.com>
Sun, 21 May 2017 08:29:41 +0000 (10:29 +0200)
committerGergő Tisza <tgr.huwiki@gmail.com>
Sun, 21 May 2017 22:57:44 +0000 (00:57 +0200)
commitfcd495ffef437c3e48c062d6e067166af23dec1f
tree6608fa578841f04cefebff2d4e54c57825d52a1a
parenta3a2e9157644d6bd8a2c4ede61dc186af79b65a6
Remove $wgExceptionHooks

Skip deprecation period because it is very unlikely that anyone used this:
it does not appear anywhere on gerrit/git, no nontrivial google hits,
the documentation has been flat out wrong for 9 years and no one
noticed it, and the whole feature is fairly useless as you need to declare
it separately for every single exception class you expect.

Change-Id: I85844a238d3135d05eeba10331149624b04bafe2
RELEASE-NOTES-1.30
includes/DefaultSettings.php
includes/exception/MWException.php
includes/exception/MWExceptionRenderer.php
tests/phpunit/includes/exception/MWExceptionTest.php