MediaWiki
master
ILocalizedException.php
Go to the documentation of this file.
1
<?php
7
namespace
MediaWiki\Exception
;
8
9
use
MediaWiki\Message\Message
;
10
19
interface
ILocalizedException
{
24
public
function
getMessageObject
();
25
}
26
28
class_alias( ILocalizedException::class,
'ILocalizedException'
);
MediaWiki\Message\Message
The Message class deals with fetching and processing of interface message into a variety of formats.
Definition
Message.php:144
MediaWiki\Exception\ILocalizedException
Interface for MediaWiki-localized exceptions.
Definition
ILocalizedException.php:19
MediaWiki\Exception\ILocalizedException\getMessageObject
getMessageObject()
Return a Message object for this exception.
MediaWiki\Exception
Definition
BadRequestError.php:7
includes
Exception
ILocalizedException.php
Generated on Fri Nov 14 2025 12:24:11 for MediaWiki by
1.10.0