wiki.techinc.nl/includes/exception
Brad Jorsch 132f1b1ea8 MalformedTitleException should call parent::__construct
There's no reason for $ex->getMessage() to return nothing. Do like
ErrorPageError does and get the default English message for the parent.

Also move the appending of $titleText to $errorMessageParameters into
MalformedTitleException itself and document it, so every catcher of the
exception doesn't need to know about this, and fix the check so it
doesn't screw up for title "0".

Change-Id: I43d988602b847b67a3cf0aa84e271a0b5bd9adae
2015-05-06 16:11:51 -04:00
..
BadTitleError.php MalformedTitleException should call parent::__construct 2015-05-06 16:11:51 -04:00
ErrorPageError.php Cleanup some docs (includes/[e-l]) 2014-07-24 19:43:03 +02:00
FatalError.php
HttpError.php Move MWLogger classes to MediaWiki\Logger namespace 2015-04-03 11:32:24 -07:00
MWException.php Fix phpcs errors and warnings in includes/exception 2015-03-14 19:36:51 -07:00
MWExceptionHandler.php Merge "Some cleanups to MWExceptionHandler::handleException" 2015-04-06 20:44:54 +00:00
PermissionsError.php
ReadOnlyError.php
ThrottledError.php Set ThrottledError's response code to 429 2014-03-28 12:25:59 +02:00
TimestampException.php Move TimestampException to exception directory 2014-10-06 11:03:54 +02:00
UserBlockedError.php
UserNotLoggedIn.php UserLogin: Allow extensions to add valid error messages 2014-11-03 21:28:18 +01:00