MediaWiki
REL1_31
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
Definition
ShellDisabledError.php:28
MediaWiki\ShellDisabledError\__construct
__construct()
Definition
ShellDisabledError.php:29
MediaWiki
A helper class for throttling authentication attempts.
includes
exception
ShellDisabledError.php
Generated on Mon Nov 25 2024 15:34:44 for MediaWiki by
1.10.0