wiki.techinc.nl/includes/title
Brad Jorsch a90bbf1a48 Add ILocalizedException interface
We already throw around some exceptions that are localized
(ErrorPageError and its subclasses, MalformedTitleException), but
there's no standard way to recognize them. Let's change that.

Then let's use them in the API to be able to have internationalized
errors when such exceptions are caught, instead of wrapping the
English-language version.

Change-Id: Iac7c90f92a889f8de9dae373547c07b884addaea
2016-12-08 13:53:24 -05:00
..
ForeignTitle.php
ForeignTitleFactory.php
ImportTitleFactory.php
MalformedTitleException.php Add ILocalizedException interface 2016-12-08 13:53:24 -05:00
MediaWikiTitleCodec.php TitleParser: In formatTitle(), don't throw exceptions on bad namespaces 2016-05-26 13:34:18 -07:00
NaiveForeignTitleFactory.php
NaiveImportTitleFactory.php
NamespaceAwareForeignTitleFactory.php
NamespaceImportTitleFactory.php
SubpageImportTitleFactory.php
TitleFormatter.php Add TitleFormatter::getPrefixedDBkey() and implementation 2016-05-11 17:54:40 +00:00
TitleParser.php
TitleValue.php Add LinkTarget::inNamespace() helper function 2016-05-12 08:28:26 +00:00