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