Files
zzp-server/vendor/guzzlehttp/command/src/Exception/CommandClientException.php
2026-01-19 14:19:22 +08:00

8 lines
189 B
PHP

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