MediaWiki master
ILocalizedException.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Exception;
8
10
24 public function getMessageObject();
25}
26
28class_alias( ILocalizedException::class, 'ILocalizedException' );
The Message class deals with fetching and processing of interface message into a variety of formats.
Definition Message.php:144
Interface for MediaWiki-localized exceptions.
getMessageObject()
Return a Message object for this exception.