Files
ZangShiQi/vendor/guzzlehttp/command/src/Exception/CommandServerException.php
2026-04-04 17:27:12 +08:00

8 lines
196 B
PHP
Executable File

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