MediaWiki master
ProcOpenError.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki;
22
23use Exception;
24
28class ProcOpenError extends Exception {
32 public function __construct() {
33 parent::__construct( 'proc_open() returned error!' );
34 }
35}
A helper class for throttling authentication attempts.