MediaWiki
REL1_39
ShellDisabledError.php
Go to the documentation of this file.
1
<?php
21
namespace
MediaWiki
;
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
}
MediaWiki\ShellDisabledError
Definition
ShellDisabledError.php:29
MediaWiki\ShellDisabledError\__construct
__construct()
Definition
ShellDisabledError.php:34
MediaWiki
A helper class for throttling authentication attempts.
includes
exception
ShellDisabledError.php
Generated on Sun Nov 24 2024 09:22:50 for MediaWiki by
1.10.0