PHP Class Disque\Command\Response\InvalidResponseException

Inheritance: extends Disque\DisqueException
Afficher le fichier Open project: mariano/disque-php

Méthodes publiques

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

Method Details

__construct() public méthode

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

getResponse() public méthode

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