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