MediaWiki REL1_37
UploadChunkVerificationException.php
Go to the documentation of this file.
1<?php
28 public $msg;
29
30 public function __construct( array $res ) {
31 $this->msg = wfMessage( ...$res );
32 parent::__construct( wfMessage( ...$res )
33 ->inLanguage( 'en' )->useDatabase( false )->text() );
34 }
35}
wfMessage( $key,... $params)
This is the function for getting translated interface messages.
MediaWiki exception.
msg( $key, $fallback,... $params)
Get a message from i18n.