MediaWiki REL1_34
FatalError.php
Go to the documentation of this file.
1<?php
28class FatalError extends MWException {
29
33 public function getHTML() {
34 return $this->getMessage();
35 }
36
40 public function getText() {
41 return $this->getMessage();
42 }
43}
Exception class which takes an HTML error message, and does not produce a backtrace.
MediaWiki exception.