PHP Class Predis\Response\Error

Author: Daniele Alessandri ([email protected])
Inheritance: implements Predis\Response\ErrorInterface
Afficher le fichier Open project: tillkruss/redis-object-cache Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $message )
__toString ( ) : string Converts the object to its string representation.
getErrorType ( )
getMessage ( )

Method Details

__construct() public méthode

public __construct ( string $message )
$message string Error message returned by Redis

__toString() public méthode

Converts the object to its string representation.
public __toString ( ) : string
Résultat string

getErrorType() public méthode

public getErrorType ( )

getMessage() public méthode

public getMessage ( )