PHP 클래스 Disque\Command\Response\InvalidResponseException

상속: extends Disque\DisqueException
파일 보기 프로젝트 열기: mariano/disque-php

공개 메소드들

메소드 설명
__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?