MediaWiki REL1_31
BadRequestError.php
Go to the documentation of this file.
1<?php
28
29 public function report() {
30 global $wgOut;
31 $wgOut->setStatusCode( 400 );
32 parent::report();
33 }
34}
$wgOut
Definition Setup.php:912
An error page that emits an HTTP 400 Bad Request status code.
report()
Output a report about the exception and takes care of formatting.
An error page which can definitely be safely rendered using the OutputPage.