MediaWiki
master
ShellDisabledError.php
Go to the documentation of this file.
1
<?php
7
namespace
MediaWiki\Exception
;
8
9
use Exception;
10
15
class
ShellDisabledError
extends
Exception {
16
20
public
function
__construct
() {
21
parent::__construct(
'Unable to run external programs, proc_open() is disabled'
);
22
}
23
}
24
26
class_alias( ShellDisabledError::class,
'MediaWiki\\ShellDisabledError'
);
MediaWiki\Exception\ShellDisabledError
Definition
ShellDisabledError.php:15
MediaWiki\Exception\ShellDisabledError\__construct
__construct()
Definition
ShellDisabledError.php:20
MediaWiki\Exception
Definition
BadRequestError.php:7
includes
Exception
ShellDisabledError.php
Generated on Fri Jan 23 2026 16:24:57 for MediaWiki by
1.10.0