PHP 클래스 Predis\Response\Error

저자: Daniele Alessandri ([email protected])
상속: implements Predis\Response\ErrorInterface
파일 보기 프로젝트 열기: tillkruss/redis-object-cache 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $message )
__toString ( ) : string Converts the object to its string representation.
getErrorType ( )
getMessage ( )

메소드 상세

__construct() 공개 메소드

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

__toString() 공개 메소드

Converts the object to its string representation.
public __toString ( ) : string
리턴 string

getErrorType() 공개 메소드

public getErrorType ( )

getMessage() 공개 메소드

public getMessage ( )