PHP Класс Predis\Response\ServerException

Автор: Daniele Alessandri ([email protected])
Наследование: extends Predis\PredisException, implements Predis\Response\ErrorInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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