Manual:ErrorPageError.php

Category:MediaWiki code#ErrorPageError.php

The ErrorPageError class represents an error page which can be safely rendered using OutputPage. It extends MWException and implements ILocalizedException.

Public methods

  • getMessageObject() - return a Message object for this exception
  • report()
Category:MediaWiki code