PHP Class Disque\Command\Response\InvalidResponseException

Inheritance: extends Disque\DisqueException
Exibir arquivo Open project: mariano/disque-php

Public Methods

Method Description
__construct ( Disque\Command\CommandInterface $command, $response )
getResponse ( ) : string? Get actual response (if any) that triggered this exception

Method Details

__construct() public method

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

getResponse() public method

Get actual response (if any) that triggered this exception
public getResponse ( ) : string?
return string?