Files
zyt/server/vendor/guzzlehttp/command/src/Exception/CommandServerException.php
T
2026-05-11 17:49:38 +08:00

11 lines
191 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
{
}