Files
zyt/server/vendor/guzzlehttp/command/src/Exception/CommandClientException.php
T
2026-03-01 14:17:59 +08:00

11 lines
191 B
PHP

<?php
namespace GuzzleHttp\Command\Exception;
/**
* Exception encountered when a 4xx level response is received for a request
*/
class CommandClientException extends CommandException
{
}