class RateWaitTooLongException extends Exception

A RateWaitTooLongException is thrown when the X-Contentful-RateLimit-Reset has a value of 60 or more.

We do not automatically retry in that case to prevent never ending scripts.

Methods

__construct(RequestException $previous, string $message = '')

RateWaitTooLongException constructor.

Details

at line 31
__construct(RequestException $previous, string $message = '')

RateWaitTooLongException constructor.

Parameters

RequestException $previous
string $message