RequestTimeout
Request timeout library for Excimer with plain PHP fallback
|
The base class for timeout exceptions thrown by this library. More...
Public Member Functions | |
__construct ( $message, $limit) | |
getLimit () | |
Get the limit which was exceeded, in seconds. | |
The base class for timeout exceptions thrown by this library.
Wikimedia\RequestTimeout\TimeoutException::__construct | ( | $message, | |
$limit ) |
Reimplemented in Wikimedia\RequestTimeout\EmergencyTimeoutException.
Wikimedia\RequestTimeout\TimeoutException::getLimit | ( | ) |
Get the limit which was exceeded, in seconds.