MediaWiki REL1_34
BadRequestError.php
Go to the documentation of this file.
1<?php
28
29 public function report( $action = self::SEND_OUTPUT ) {
30 global $wgOut;
31 $wgOut->setStatusCode( 400 );
32 parent::report( $action );
33 }
34}
$wgOut
Definition Setup.php:885
An error page that emits an HTTP 400 Bad Request status code.
report( $action=self::SEND_OUTPUT)
An error page which can definitely be safely rendered using the OutputPage.