RequestTimeout
Request timeout library for Excimer with plain PHP fallback
|
An exception which is thrown if a critical section is open for too long. More...
Public Member Functions | |
__construct ( $name, $limit) | |
Public Member Functions inherited from Wikimedia\RequestTimeout\TimeoutException | |
getLimit () | |
Get the limit which was exceeded, in seconds. | |
An exception which is thrown if a critical section is open for too long.
Wikimedia\RequestTimeout\EmergencyTimeoutException::__construct | ( | $name, | |
$limit ) |
string | $name | The name of the critical section |
float | $limit | The limit (in seconds) which has expired |
Reimplemented from Wikimedia\RequestTimeout\TimeoutException.