MediaWiki master
ILocalizedException.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\Exception;
22
24
38 public function getMessageObject();
39}
40
42class_alias( ILocalizedException::class, 'ILocalizedException' );
The Message class deals with fetching and processing of interface message into a variety of formats.
Definition Message.php:157
Interface for MediaWiki-localized exceptions.
getMessageObject()
Return a Message object for this exception.