TooManyRequestsException
- Full name:
\Qubus\Exception\Http\Client\TooManyRequestsException - Parent class:
\Qubus\Exception\Exception
Methods
__construct
public __construct(string $message = 'Too Many Requests: The request you are making cannot be ' . 'completed because you are making too many requests to this ' . 'system. Please try again later.', int $code = 429, ?\Throwable $previous = null): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$message | string | |
$code | int | |
$previous | ?\Throwable |
Inherited methods
__construct
Parameters:
| Parameter | Type | Description |
|---|---|---|
$message | ?string | |
$code | int | |
$previous | ?\Throwable |
Throws: