MediaWiki
master
ILocalizedException.php
Go to the documentation of this file.
1
<?php
21
namespace
MediaWiki\Exception
;
22
23
use
MediaWiki\Message\Message
;
24
33
interface
ILocalizedException
{
38
public
function
getMessageObject
();
39
}
40
42
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:157
MediaWiki\Exception\ILocalizedException
Interface for MediaWiki-localized exceptions.
Definition
ILocalizedException.php:33
MediaWiki\Exception\ILocalizedException\getMessageObject
getMessageObject()
Return a Message object for this exception.
MediaWiki\Exception
Definition
BadRequestError.php:21
includes
exception
ILocalizedException.php
Generated on Sat Jun 21 2025 02:23:34 for MediaWiki by
1.10.0