PHP 클래스 Predis\Response\ServerException

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

공개 메소드들

메소드 설명
getErrorType ( ) : string Gets the type of the error returned by Redis.
toErrorResponse ( ) : Error Converts the exception to an instance of Predis\Response\Error.

메소드 상세

getErrorType() 공개 메소드

Gets the type of the error returned by Redis.
public getErrorType ( ) : string
리턴 string

toErrorResponse() 공개 메소드

Converts the exception to an instance of Predis\Response\Error.
public toErrorResponse ( ) : Error
리턴 Error