Predis\Pipeline\Pipeline::throwServerExceptions PHP Method

throwServerExceptions() protected method

Returns if the pipeline should throw exceptions on server errors.
protected throwServerExceptions ( ) : boolean
return boolean
    protected function throwServerExceptions()
    {
        return (bool) $this->client->getOptions()->exceptions;
    }