r113993 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r113992
|
r113993
|
r113994
>
Date:
02:02, 16 March 2012
Author:
reedy
Status:
ok
Tags:
Comment:
Make UsageException extend MWException
Modified paths:
/trunk/phase3/includes/api/ApiMain.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiMain.php
—
—
@@ -1055,7 +1055,7 @@
1056
1056
*
1057
1057
* @ingroup API
1058
1058
*/
1059
-class UsageException extends Exception {
1059
+class UsageException extends MWException {
1060
1060
1061
1061
private $mCodestr;
1062
1062
private $mExtraData;
Status & tagging log
04:52, 16 March 2012
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r113993
[
removed:
new
added:
ok]