MediaWiki
master
ShellDisabledError.php
Go to the documentation of this file.
1
<?php
21
namespace
MediaWiki\Exception
;
22
23
use Exception;
24
29
class
ShellDisabledError
extends
Exception {
30
34
public
function
__construct
() {
35
parent::__construct(
'Unable to run external programs, proc_open() is disabled'
);
36
}
37
}
38
40
class_alias( ShellDisabledError::class,
'MediaWiki\\ShellDisabledError'
);
MediaWiki\Exception\ShellDisabledError
Definition
ShellDisabledError.php:29
MediaWiki\Exception\ShellDisabledError\__construct
__construct()
Definition
ShellDisabledError.php:34
MediaWiki\Exception
Definition
BadRequestError.php:21
includes
exception
ShellDisabledError.php
Generated on Fri Apr 25 2025 18:25:13 for MediaWiki by
1.10.0