$command
$command : \GuzzleHttp\Command\CommandInterface
Exception encountered when a 4xx level response is received for a request
$command : \GuzzleHttp\Command\CommandInterface
$request : \Psr\Http\Message\RequestInterface
$response : \Psr\Http\Message\ResponseInterface
__construct(string $message, \GuzzleHttp\Command\CommandInterface $command, \Exception $previous = null, \Psr\Http\Message\RequestInterface $request = null, \Psr\Http\Message\ResponseInterface $response = null) : mixed
string | $message | Exception message |
\GuzzleHttp\Command\CommandInterface | $command | |
\Exception | $previous | Previous exception (if any) |
\Psr\Http\Message\RequestInterface | $request | |
\Psr\Http\Message\ResponseInterface | $response |
Loading…