Predis\Connection\AbstractConnection::onProtocolError PHP 메소드

onProtocolError() 보호된 메소드

Helper method to handle protocol errors.
protected onProtocolError ( string $message )
$message string Error message.
    protected function onProtocolError($message)
    {
        CommunicationException::handle(new ProtocolException($this, "{$message} [{$this->getParameters()}]"));
    }