RequestTimedoutException
- Full name:
\Qubus\Exception\Http\Client\RequestTimedoutException - Parent class:
\Qubus\Exception\Exception
Methods
__construct
public __construct(string $message = 'A process further down the request chain failed to respond in time. ' . 'You can try again but you might get the same response if the server ' . 'load or the problem persists downstream.', int $code = 408, ?\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: