multi-store/vendor/guzzlehttp/command/src/Exception/CommandClientException.php

11 lines
191 B
PHP
Raw Normal View History

2024-05-31 09:27:37 +08:00
<?php
namespace GuzzleHttp\Command\Exception;
/**
* Exception encountered when a 4xx level response is received for a request
*/
class CommandClientException extends CommandException
{
}