PHP Класс Disque\Command\Response\InvalidResponseException

Наследование: extends Disque\DisqueException
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Disque\Command\CommandInterface $command, $response )
getResponse ( ) : string? Get actual response (if any) that triggered this exception

Описание методов

__construct() публичный Метод

public __construct ( Disque\Command\CommandInterface $command, $response )
$command Disque\Command\CommandInterface

getResponse() публичный Метод

Get actual response (if any) that triggered this exception
public getResponse ( ) : string?
Результат string?