提交的内容
This commit is contained in:
0
vendor/guzzlehttp/command/src/Exception/CommandClientException.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/command/src/Exception/CommandClientException.php
vendored
Executable file → Normal file
12
vendor/guzzlehttp/command/src/Exception/CommandException.php
vendored
Executable file → Normal file
12
vendor/guzzlehttp/command/src/Exception/CommandException.php
vendored
Executable file → Normal file
@ -57,17 +57,15 @@ class CommandException extends \RuntimeException implements GuzzleException
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $message Exception message
|
||||
* @param \Exception $previous Previous exception (if any)
|
||||
* @param RequestInterface $request
|
||||
* @param ResponseInterface $response
|
||||
* @param string $message Exception message
|
||||
* @param \Exception|null $previous Previous exception (if any)
|
||||
*/
|
||||
public function __construct(
|
||||
$message,
|
||||
CommandInterface $command,
|
||||
\Exception $previous = null,
|
||||
RequestInterface $request = null,
|
||||
ResponseInterface $response = null
|
||||
?\Exception $previous = null,
|
||||
?RequestInterface $request = null,
|
||||
?ResponseInterface $response = null
|
||||
) {
|
||||
$this->command = $command;
|
||||
$this->request = $request;
|
||||
|
||||
0
vendor/guzzlehttp/command/src/Exception/CommandServerException.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/command/src/Exception/CommandServerException.php
vendored
Executable file → Normal file
Reference in New Issue
Block a user