提交vendor文件夹
This commit is contained in:
10
vendor/guzzlehttp/command/src/Exception/CommandServerException.php
vendored
Normal file
10
vendor/guzzlehttp/command/src/Exception/CommandServerException.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace GuzzleHttp\Command\Exception;
|
||||
|
||||
/**
|
||||
* Exception encountered when a 5xx level response is received for a request
|
||||
*/
|
||||
class CommandServerException extends CommandException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user