Files
2026-03-11 18:19:40 +08:00

11 lines
191 B
PHP

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