MediaWiki  1.34.0
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 }
BadRequestError\report
report( $action=self::SEND_OUTPUT)
Definition: BadRequestError.php:29
BadRequestError
An error page that emits an HTTP 400 Bad Request status code.
Definition: BadRequestError.php:27
$wgOut
$wgOut
Definition: Setup.php:886
ErrorPageError
An error page which can definitely be safely rendered using the OutputPage.
Definition: ErrorPageError.php:27