MediaWiki  1.34.0
ShellDisabledError.php
Go to the documentation of this file.
1 <?php
21 namespace MediaWiki;
22 
23 use Exception;
24 
28 class ShellDisabledError extends Exception {
29  public function __construct() {
30  parent::__construct( 'Unable to run external programs, proc_open() is disabled' );
31  }
32 }
MediaWiki\ShellDisabledError\__construct
__construct()
Definition: ShellDisabledError.php:29
MediaWiki
This class serves as a utility class for this extension.
MediaWiki\ShellDisabledError
Definition: ShellDisabledError.php:28