RequestTimeout
Request timeout library for Excimer with plain PHP fallback
|
An exception which is thrown when the request timeout expires. More...
Public Member Functions | |
__construct ( $limit) | |
Public Member Functions inherited from Wikimedia\RequestTimeout\TimeoutException | |
__construct ( $message, $limit) | |
getLimit () | |
Get the limit which was exceeded, in seconds. | |
An exception which is thrown when the request timeout expires.
Wikimedia\RequestTimeout\RequestTimeoutException::__construct | ( | $limit | ) |
float | $limit | The limit (in seconds) which has expired |