2023-07-15 10:16:32 +08:00
|
|
|
<?php
|
2023-07-17 09:56:51 +08:00
|
|
|
|
2023-07-15 10:16:32 +08:00
|
|
|
namespace GuzzleHttp\Command\Exception;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Exception encountered when a 5xx level response is received for a request
|
|
|
|
*/
|
2023-07-17 09:56:51 +08:00
|
|
|
class CommandServerException extends CommandException
|
|
|
|
{
|
|
|
|
}
|