MediaWiki  REL1_24
FatalError.php
Go to the documentation of this file.
00001 <?php
00028 class FatalError extends MWException {
00029 
00033     public function getHTML() {
00034         return $this->getMessage();
00035     }
00036 
00040     public function getText() {
00041         return $this->getMessage();
00042     }
00043 }